diff options
Diffstat (limited to 'Tests/InterfaceLinkLibraries/zot.h')
-rw-r--r-- | Tests/InterfaceLinkLibraries/zot.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/InterfaceLinkLibraries/zot.h b/Tests/InterfaceLinkLibraries/zot.h new file mode 100644 index 0000000..5e4fb1e --- /dev/null +++ b/Tests/InterfaceLinkLibraries/zot.h @@ -0,0 +1,7 @@ + +#include "bar.h" + +#ifdef _WIN32 +__declspec(dllexport) +#endif +int zot(); |