8 lines
76 B
C
Raw Normal View History

2018-10-28 12:09:07 +01:00
#ifdef _WIN32
__declspec(dllexport)
#endif
int obj1(void)
2015-04-27 22:25:09 +02:00
{
return 0;
}