mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 17:31:57 +08:00
8 lines
81 B
C
8 lines
81 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int ver_space(void)
|
|
{
|
|
return 0;
|
|
}
|