From fe5c9b3eaf7ced59c16100d7dc9623dbe269bb02 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 4 Apr 2004 13:00:34 +0000 Subject: [PATCH] include wince/missing.h under CE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index e4ca8641b5..5138801aa3 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -580,9 +580,9 @@ typedef struct { #define WC_NO_BEST_FIT_CHARS 0x400 #endif -// Not in WinCE -#ifndef HGDI_ERROR -#define HGDI_ERROR ((HANDLE)(0xFFFFFFFFL)) +// In addition, include stuff not defined in WinCE +#ifdef __WXWINCE__ + #include "wx/msw/wince/missing.h" #endif #endif