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/osdsync.cpp | |
parent | e252486d1726386c1bd2590edc0f8819fa7b1e8d (diff) |
Move special windows.h include directives to build defines (nw)
Diffstat (limited to 'src/osd/osdsync.cpp')
-rw-r--r-- | src/osd/osdsync.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osd/osdsync.cpp b/src/osd/osdsync.cpp index 2a0e996b465..12253f2acbd 100644 --- a/src/osd/osdsync.cpp +++ b/src/osd/osdsync.cpp @@ -7,7 +7,6 @@ //============================================================ #if defined(OSD_WINDOWS) || defined(SDLMAME_WIN32) // standard windows headers -#define WIN32_LEAN_AND_MEAN #include <windows.h> #include <process.h> #include <tchar.h> @@ -21,8 +20,6 @@ #include <atomic> #include <thread> #include <vector> -#undef min -#undef max #include <algorithm> // MAME headers #include "osdcore.h" |