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/uwp/video.cpp | |
parent | f7a98c4a969478fca51faf30f588d59631394bd9 (diff) | |
parent | 2b74e4c0be91b86b408fca518af7518c1ea994c9 (diff) |
Merge https://github.com/mamedev/mame
Diffstat (limited to 'src/osd/uwp/video.cpp')
-rw-r--r-- | src/osd/uwp/video.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/uwp/video.cpp b/src/osd/uwp/video.cpp index 8a3de3a8ef1..f59b59c171b 100644 --- a/src/osd/uwp/video.cpp +++ b/src/osd/uwp/video.cpp @@ -6,9 +6,9 @@ // //============================================================ -// standard windows headers #include <exception> -#define WIN32_LEAN_AND_MEAN + +// standard windows headers #include <windows.h> #include <dxgi1_2.h> #include <wrl\client.h> |