summaryrefslogtreecommitdiffstats
path: root/Tests/MacRuntimePath/A/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MacRuntimePath/A/shared.h')
-rw-r--r--Tests/MacRuntimePath/A/shared.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Tests/MacRuntimePath/A/shared.h b/Tests/MacRuntimePath/A/shared.h
index 3588fb8..28904fd 100644
--- a/Tests/MacRuntimePath/A/shared.h
+++ b/Tests/MacRuntimePath/A/shared.h
@@ -3,13 +3,13 @@
#define shared_h
#ifdef WIN32
-# ifdef shared_EXPORTS
-# define SHARED_EXPORT __declspec(dllexport)
-# else
-# define SHARED_EXPORT __declspec(dllimport)
-# endif
+#ifdef shared_EXPORTS
+#define SHARED_EXPORT __declspec(dllexport)
#else
-# define SHARED_EXPORT
+#define SHARED_EXPORT __declspec(dllimport)
+#endif
+#else
+#define SHARED_EXPORT
#endif
void SHARED_EXPORT shared();