diff options
Diffstat (limited to 'Tests/AliasTarget/object.h')
-rw-r--r-- | Tests/AliasTarget/object.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/AliasTarget/object.h b/Tests/AliasTarget/object.h new file mode 100644 index 0000000..e935f14 --- /dev/null +++ b/Tests/AliasTarget/object.h @@ -0,0 +1,4 @@ +#ifdef _WIN32 +__declspec(dllexport) +#endif +int object(void); |