summaryrefslogtreecommitdiffstats
path: root/Tests/PDBDirectoryAndName/mylibA.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/PDBDirectoryAndName/mylibA.c')
-rw-r--r--Tests/PDBDirectoryAndName/mylibA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/PDBDirectoryAndName/mylibA.c b/Tests/PDBDirectoryAndName/mylibA.c
index 5bc279b..58ff123 100644
--- a/Tests/PDBDirectoryAndName/mylibA.c
+++ b/Tests/PDBDirectoryAndName/mylibA.c
@@ -1,4 +1,4 @@
-__declspec(dllexport) int mylibA()
+__declspec(dllexport) int mylibA(void)
{
return 1;
}