summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/uwp/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/uwp/video.cpp')
-rw-r--r--src/osd/uwp/video.cpp4
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>