aboutsummaryrefslogtreecommitdiff
path: root/backends/saves/windows/windows-saves.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/saves/windows/windows-saves.cpp')
-rw-r--r--backends/saves/windows/windows-saves.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/saves/windows/windows-saves.cpp b/backends/saves/windows/windows-saves.cpp
index 50564e974d..b206fa5e99 100644
--- a/backends/saves/windows/windows-saves.cpp
+++ b/backends/saves/windows/windows-saves.cpp
@@ -20,7 +20,7 @@
*
*/
-#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(DISABLE_DEFAULT_SAVEFILEMANAGER)
+#if defined(WIN32) && !defined(DISABLE_DEFAULT_SAVEFILEMANAGER)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>