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

5 lines
55 B
C

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