11 lines
206 B
C
11 lines
206 B
C
#ifndef DRAWBASE_GLOBAL_H
|
|
#define DRAWBASE_GLOBAL_H
|
|
|
|
|
|
# ifdef DRAWBASE_LIB_EXPORT
|
|
# define DRAWBASE_EXPORT __declspec(dllexport)
|
|
# else
|
|
# define DRAWBASE_EXPORT __declspec(dllimport)
|
|
# endif
|
|
|
|
#endif |