mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
5 lines
55 B
C
5 lines
55 B
C
__declspec(dllexport) int mylibC(void)
|
|
{
|
|
return 1;
|
|
}
|