CMake/Tests/PDBDirectoryAndName/mylibA.c

5 lines
51 B
C

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