5 lines
56 B
C
Raw Normal View History

#ifdef _WIN32
__declspec(dllexport)
#endif
int foo();