mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
7db44fbfb8
Fixes: #26806
8 lines
77 B
C
8 lines
77 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int answer(void)
|
|
{
|
|
return 42;
|
|
}
|