diff options
author | 2016-12-29 14:34:59 -0800 | |
---|---|---|
committer | 2016-12-29 14:34:59 -0800 | |
commit | 1fafe7706cbfcfc6e39c23c3c713fbb102557cbe (patch) | |
tree | e717407aa8f98f192a2095f28909c89f3af3a8e5 /src/osd/osdsync.cpp | |
parent | f7a98c4a969478fca51faf30f588d59631394bd9 (diff) | |
parent | 2b74e4c0be91b86b408fca518af7518c1ea994c9 (diff) |
Merge https://github.com/mamedev/mame
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" |