8 lines
81 B
C
8 lines
81 B
C
#ifdef DEBUG
|
|
#define PRIVATE
|
|
#else
|
|
#define PRIVATE static
|
|
#endif
|
|
|
|
#define EXPORT
|