mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
9 lines
84 B
C
9 lines
84 B
C
#include <dir3.h>
|
|
|
|
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
void lib2(void)
|
|
{
|
|
}
|