diff options
Diffstat (limited to 'Tests/ExportImport/Export/systemlib.h')
-rw-r--r-- | Tests/ExportImport/Export/systemlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ExportImport/Export/systemlib.h b/Tests/ExportImport/Export/systemlib.h index f7900c0..6fd00d5 100644 --- a/Tests/ExportImport/Export/systemlib.h +++ b/Tests/ExportImport/Export/systemlib.h @@ -3,9 +3,9 @@ #define SYSTEMLIB_H #if defined(_WIN32) || defined(__CYGWIN__) -# define systemlib_EXPORT __declspec(dllexport) +#define systemlib_EXPORT __declspec(dllexport) #else -# define systemlib_EXPORT +#define systemlib_EXPORT #endif struct systemlib_EXPORT SystemStruct |