8 lines
74 B
C++
8 lines
74 B
C++
|
#ifdef _WIN32
|
||
|
__declspec(dllexport)
|
||
|
#endif
|
||
|
int main(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|