mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
5 lines
61 B
C
5 lines
61 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int staticlib2();
|