diff options
Diffstat (limited to 'src/osd/strconv.cpp')
-rw-r--r-- | src/osd/strconv.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osd/strconv.cpp b/src/osd/strconv.cpp index d8fed98d687..9ea2e00bd1a 100644 --- a/src/osd/strconv.cpp +++ b/src/osd/strconv.cpp @@ -6,11 +6,8 @@ // //============================================================ #if defined(SDLMAME_WIN32) || defined(OSD_WINDOWS) || defined(OSD_UWP) -#define WIN32_LEAN_AND_MEAN #include <windows.h> #endif -#undef min -#undef max #include <algorithm> #include <assert.h> // MAMEOS headers |