From f84b5d327dc13da7412553cc31e80fb7199eab36 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Thu, 31 Oct 2002 01:04:47 +0000 Subject: Real HPC support (work in progress) svn-id: r5357 --- backends/wince/findgame.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'backends/wince/findgame.cpp') 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 + +#if _WIN32_WCE < 300 + +#include +#include + +#endif #include #include #include "resource.h" -- cgit v1.2.3