8 lines
161 B
C
8 lines
161 B
C
#ifndef CLOUDSHOW_GLOBAL_H
|
|
#define CLOUDSHOW_GLOBAL_H
|
|
|
|
// 静态库无需 __declspec(dllimport/dllexport)
|
|
#define CLOUDSHOW_EXPORT
|
|
|
|
#endif // CLOUDSHOW_GLOBAL_H
|