diff options
Diffstat (limited to 'Tests/PDBDirectoryAndName/mylibA.c')
-rw-r--r-- | Tests/PDBDirectoryAndName/mylibA.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/PDBDirectoryAndName/mylibA.c b/Tests/PDBDirectoryAndName/mylibA.c index f4c553f..5bc279b 100644 --- a/Tests/PDBDirectoryAndName/mylibA.c +++ b/Tests/PDBDirectoryAndName/mylibA.c @@ -1 +1,4 @@ -__declspec(dllexport) int mylibA() { return 1; } +__declspec(dllexport) int mylibA() +{ + return 1; +} |