diff options
Diffstat (limited to 'Tests/CompatibleInterface/bar.cpp')
-rw-r--r-- | Tests/CompatibleInterface/bar.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CompatibleInterface/bar.cpp b/Tests/CompatibleInterface/bar.cpp new file mode 100644 index 0000000..2e09900 --- /dev/null +++ b/Tests/CompatibleInterface/bar.cpp @@ -0,0 +1,7 @@ +#ifdef _WIN32 +__declspec(dllexport) +#endif +int bar() +{ + return 0; +} |