include wince/missing.h under CE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-04-04 13:00:34 +00:00
parent 524b59ff2e
commit fe5c9b3eaf

View File

@ -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