hdac SDK
SDK for hdac blockchain development
메인 페이지
관련된 페이지
네임스페이스
클래스
파일들
파일 목록
파일 멤버
structs
include
structs
hashes_global.h
1
#ifndef HASHES_GLOBAL_H
2
#define HASHES_GLOBAL_H
3
4
#if (defined _WIN32) || (defined _WIN64)
5
#define Q_DECL_EXPORT __declspec(dllexport)
6
#define Q_DECL_IMPORT __declspec(dllimport)
7
#else
8
#define Q_DECL_EXPORT
9
#define Q_DECL_IMPORT
10
#endif
11
12
#if defined(HASHES_LIBRARY)
13
# define HASHESSHARED_EXPORT Q_DECL_EXPORT
14
#else
15
# define HASHESSHARED_EXPORT Q_DECL_IMPORT
16
#endif
17
18
#endif // HASHES_GLOBAL_H
다음에 의해 생성됨 :
1.8.11