diff options
| author | 2016-12-14 12:37:37 -0500 | |
|---|---|---|
| committer | 2016-12-28 15:07:28 -0500 | |
| commit | b47ec24df6e2fd64ff4757dc5661fb9249dce617 (patch) | |
| tree | c7b5d82b88c2954de4961d5f951335dede6cf96c /src/osd/strconv.cpp | |
| parent | e252486d1726386c1bd2590edc0f8819fa7b1e8d (diff) | |
Move special windows.h include directives to build defines (nw)
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 |
