2013-11-03 12:27:13 +02:00

5 lines
68 B
C++

#ifdef _WIN32
__declspec(dllexport)
#endif
int main() { return 0; }