summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/strconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/strconv.h')
-rw-r--r--src/osd/strconv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/strconv.h b/src/osd/strconv.h
index f1eed54a49a..3843ee00f98 100644
--- a/src/osd/strconv.h
+++ b/src/osd/strconv.h
@@ -17,7 +17,7 @@
// FUNCTION PROTOTYPES
//============================================================
-#if defined(WIN32)
+#if defined(_WIN32)
#include <windows.h>
@@ -56,7 +56,7 @@ typedef std::string tstring;
}
}
-#endif // defined(WIN32)
+#endif // defined(_WIN32)
#endif // MAME_OSD_STRCONV_H