mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
8 lines
77 B
C
8 lines
77 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int answer(void)
|
|
{
|
|
return 42;
|
|
}
|