summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/uwp/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/uwp/window.h')
-rw-r--r--src/osd/uwp/window.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osd/uwp/window.h b/src/osd/uwp/window.h
index f4907bb97ee..b36ca4ca694 100644
--- a/src/osd/uwp/window.h
+++ b/src/osd/uwp/window.h
@@ -10,14 +10,11 @@
#define __UWP_WINDOW__
// standard windows headers
-#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <windowsx.h>
#include <mmsystem.h>
#include <inspectable.h>
#include <agile.h>
-#undef min
-#undef max
#include <chrono>
#include <mutex>