Added compatibility fix for wxADJUST_MINSIZE
Added defines for HANDHELDPC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -141,6 +141,18 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32_WCE) && !defined(WIN32_PLATFORM_WFSP) && !defined(WIN32_PLATFORM_PSPC)
|
||||
# if (_WIN32_WCE >= 400)
|
||||
# ifndef __WINCE_NET__
|
||||
# define __WINCE_NET__
|
||||
# endif
|
||||
# elif (_WIN32_WCE >= 200)
|
||||
# ifndef __HANDHELDPC__
|
||||
# define __HANDHELDPC__
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
Include wx/setup.h for the Unix platform defines generated by configure and
|
||||
the library compilation options
|
||||
|
Reference in New Issue
Block a user