summaryrefslogtreecommitdiff
path: root/storage/connect/tabmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/tabmac.h')
-rw-r--r--storage/connect/tabmac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/connect/tabmac.h b/storage/connect/tabmac.h
index 47565bb2541..68135edb95f 100644
--- a/storage/connect/tabmac.h
+++ b/storage/connect/tabmac.h
@@ -1,11 +1,11 @@
// TABMAC.H Olivier Bertrand 2011-2012
// MAC: virtual table to Get Mac Addresses via GetAdaptersInfo
-#if defined(__WIN__)
+#if defined(_WIN32)
#include <windows.h>
#include <iphlpapi.h>
-#else // !__WIN__
+#else // !_WIN32
#error This is a WINDOWS only table TYPE
-#endif // !__WIN__
+#endif // !_WIN32
/***********************************************************************/
/* Definitions. */