From 9633eb00dd3f048f82de1823f898da351df32b2c Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Fri, 4 Apr 2003 13:14:15 +0000 Subject: Fix compiling issues with Smartphone/HPC builds svn-id: r6906 --- backends/wince/newres.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/wince/newres.h') diff --git a/backends/wince/newres.h b/backends/wince/newres.h index a02ab23955..a27a106c5e 100644 --- a/backends/wince/newres.h +++ b/backends/wince/newres.h @@ -41,9 +41,11 @@ #ifndef _INC_WINDOWS #define _INC_WINDOWS #include "winuser.h" // extract from windows header +#if _WIN32_WCE >= 300 #include "winver.h" #endif #endif +#endif #ifdef IDC_STATIC #undef IDC_STATIC -- cgit v1.2.3