aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/findgame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/findgame.cpp')
-rw-r--r--backends/wince/findgame.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/backends/wince/findgame.cpp b/backends/wince/findgame.cpp
index 6b822e8caa..e4aa7411f3 100644
--- a/backends/wince/findgame.cpp
+++ b/backends/wince/findgame.cpp
@@ -25,6 +25,13 @@
#include "stdafx.h"
#include <assert.h>
+
+#if _WIN32_WCE < 300
+
+#include <Wingdi.h>
+#include <Winbase.h>
+
+#endif
#include <Winuser.h>
#include <Winnls.h>
#include "resource.h"