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:
Robert Roebling
2004-06-11 19:12:45 +00:00
parent 132a592877
commit daeb83303c
2 changed files with 19 additions and 1 deletions

View File

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