summaryrefslogtreecommitdiff
path: root/Tests/CompileCommandOutput/relative.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileCommandOutput/relative.h')
-rw-r--r--Tests/CompileCommandOutput/relative.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Tests/CompileCommandOutput/relative.h b/Tests/CompileCommandOutput/relative.h
index ddfe5519bc..221e354530 100644
--- a/Tests/CompileCommandOutput/relative.h
+++ b/Tests/CompileCommandOutput/relative.h
@@ -1,11 +1,11 @@
#if defined(_WIN32)
-# ifdef test2_EXPORTS
-# define TEST2_EXPORT __declspec(dllexport)
-# else
-# define TEST2_EXPORT __declspec(dllimport)
-# endif
+#ifdef test2_EXPORTS
+#define TEST2_EXPORT __declspec(dllexport)
#else
-# define TEST2_EXPORT
+#define TEST2_EXPORT __declspec(dllimport)
+#endif
+#else
+#define TEST2_EXPORT
#endif
TEST2_EXPORT void relative();