diff options
Diffstat (limited to 'Tests/PDBDirectoryAndName/mylibA.c')
-rw-r--r-- | Tests/PDBDirectoryAndName/mylibA.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/PDBDirectoryAndName/mylibA.c b/Tests/PDBDirectoryAndName/mylibA.c new file mode 100644 index 0000000..f4c553f --- /dev/null +++ b/Tests/PDBDirectoryAndName/mylibA.c @@ -0,0 +1 @@ +__declspec(dllexport) int mylibA() { return 1; } |