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:
parent
524b59ff2e
commit
fe5c9b3eaf
@ -580,9 +580,9 @@ typedef struct {
|
|||||||
#define WC_NO_BEST_FIT_CHARS 0x400
|
#define WC_NO_BEST_FIT_CHARS 0x400
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Not in WinCE
|
// In addition, include stuff not defined in WinCE
|
||||||
#ifndef HGDI_ERROR
|
#ifdef __WXWINCE__
|
||||||
#define HGDI_ERROR ((HANDLE)(0xFFFFFFFFL))
|
#include "wx/msw/wince/missing.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user