mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-14 17:00:20 +01:00
7 lines
59 B
C
7 lines
59 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
void func()
|
|
{
|
|
}
|