8 lines
75 B
C++
Raw Normal View History

2018-10-28 12:09:07 +01:00
#ifdef _WIN32
__declspec(dllexport)
#endif
int empty_3()
{
return 0;
}