2026-03-28 10:49:55 +08:00
|
|
|
#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
|