mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
8 lines
77 B
C
8 lines
77 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int empty(void)
|
|
{
|
|
return 0;
|
|
}
|