From: Vadim Zeitlin Date: Sun, 4 Apr 2004 13:00:34 +0000 (+0000) Subject: include wince/missing.h under CE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fe5c9b3eaf7ced59c16100d7dc9623dbe269bb02 include wince/missing.h under CE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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