11 lines
275 B
C
11 lines
275 B
C
|
|
#ifndef GLLINELASERDEVICE_GLOBAL_H
|
||
|
|
#define GLLINELASERDEVICE_GLOBAL_H
|
||
|
|
|
||
|
|
#ifdef GLLINELASERDEVICE_LIBRARY
|
||
|
|
#define GLLINELASERDEVICE_EXPORT __declspec(dllexport)
|
||
|
|
#else
|
||
|
|
#define GLLINELASERDEVICE_EXPORT __declspec(dllimport)
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif // GLLINELASERDEVICE_GLOBAL_H
|