summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/AutoExportDll/hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/AutoExportDll/hello.h')
-rw-r--r--Tests/RunCMake/AutoExportDll/hello.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Tests/RunCMake/AutoExportDll/hello.h b/Tests/RunCMake/AutoExportDll/hello.h
index 3749b97..7192f65 100644
--- a/Tests/RunCMake/AutoExportDll/hello.h
+++ b/Tests/RunCMake/AutoExportDll/hello.h
@@ -1,11 +1,11 @@
#ifndef _MSC_VER
-#define winexport
+# define winexport
#else
-#ifdef autoexport_EXPORTS
-#define winexport
-#else
-#define winexport __declspec(dllimport)
-#endif
+# ifdef autoexport_EXPORTS
+# define winexport
+# else
+# define winexport __declspec(dllimport)
+# endif
#endif
class Hello