2013-06-16 00:40:25 +03:00

7 lines
71 B
C++

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