5 lines
54 B
C
5 lines
54 B
C
|
#ifdef _WIN32
|
||
|
__declspec(dllexport)
|
||
|
#endif
|
||
|
int foo();
|