5 lines
69 B
C++
5 lines
69 B
C++
|
#ifdef _WIN32
|
||
|
__declspec(dllexport)
|
||
|
#endif
|
||
|
int empty() { return 0; }
|