summaryrefslogtreecommitdiff
path: root/Tests/MacRuntimePath/A/framework.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MacRuntimePath/A/framework.h')
-rw-r--r--Tests/MacRuntimePath/A/framework.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Tests/MacRuntimePath/A/framework.h b/Tests/MacRuntimePath/A/framework.h
index bdd10f05d6..343317c598 100644
--- a/Tests/MacRuntimePath/A/framework.h
+++ b/Tests/MacRuntimePath/A/framework.h
@@ -3,13 +3,13 @@
#define framework_h
#ifdef WIN32
-# ifdef framework_EXPORTS
-# define FRAMEWORK_EXPORT __declspec(dllexport)
-# else
-# define FRAMEWORK_EXPORT __declspec(dllimport)
-# endif
+#ifdef framework_EXPORTS
+#define FRAMEWORK_EXPORT __declspec(dllexport)
#else
-# define FRAMEWORK_EXPORT
+#define FRAMEWORK_EXPORT __declspec(dllimport)
+#endif
+#else
+#define FRAMEWORK_EXPORT
#endif
void FRAMEWORK_EXPORT framework();