12 lines
228 B
C
12 lines
228 B
C
#ifndef HIKDEVICE_GLOBAL_H
|
|
#define HIKDEVICE_GLOBAL_H
|
|
|
|
// 海康设备库导出宏定义
|
|
#if defined(HIKDEVICE_LIBRARY)
|
|
# define HIKDEVICE_EXPORT
|
|
#else
|
|
# define HIKDEVICE_EXPORT
|
|
#endif
|
|
|
|
#endif // HIKDEVICE_GLOBAL_H
|