mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
7 lines
66 B
C
7 lines
66 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
void lib_c(void)
|
|
{
|
|
}
|