mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-17 20:20:23 -06:00
8 lines
81 B
C
8 lines
81 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int ver_space(void)
|
|
{
|
|
return 0;
|
|
}
|