diff options
Diffstat (limited to 'Tests/PDBDirectoryAndName/mylibC.c')
-rw-r--r-- | Tests/PDBDirectoryAndName/mylibC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/PDBDirectoryAndName/mylibC.c b/Tests/PDBDirectoryAndName/mylibC.c index 8982849..64dde72 100644 --- a/Tests/PDBDirectoryAndName/mylibC.c +++ b/Tests/PDBDirectoryAndName/mylibC.c @@ -1,4 +1,4 @@ -__declspec(dllexport) int mylibC() +__declspec(dllexport) int mylibC(void) { return 1; } |