mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
10 lines
108 B
C
10 lines
108 B
C
#ifdef _WIN32
|
|
__declspec(dllimport)
|
|
#endif
|
|
int ver_space(void);
|
|
|
|
int main(void)
|
|
{
|
|
return ver_space();
|
|
}
|