summaryrefslogtreecommitdiff
path: root/storage/connect/macutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/macutil.cpp')
-rw-r--r--storage/connect/macutil.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/connect/macutil.cpp b/storage/connect/macutil.cpp
index f95f3adcc6e..93cd0bcb5e1 100644
--- a/storage/connect/macutil.cpp
+++ b/storage/connect/macutil.cpp
@@ -2,11 +2,11 @@
/* MACUTIL: Author Olivier Bertrand -- 2008-2012 */
/* From the article and sample code by Khalid Shaikh. */
/***********************************************************************/
-#if defined(__WIN__)
+#if defined(_WIN32)
#include "my_global.h"
-#else // !__WIN__
+#else // !_WIN32
#error This is WINDOWS only DLL
-#endif // !__WIN__
+#endif // !_WIN32
#include "global.h"
#include "plgdbsem.h"
#include "macutil.h"