Files
CMake/Tests/PDBDirectoryAndName/mylibC.c
2023-10-26 09:20:45 -04:00

5 lines
55 B
C

__declspec(dllexport) int mylibC(void)
{
return 1;
}