X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3c35859d85c0771516a378bcd8cb9f45d3837d0..894d6c9abdac7b7b9ec02caa881db53607ccb99f:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 91f11101ec..80690215fc 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -311,7 +311,7 @@ /* to be changed for Win64! */ # ifndef __WIN32__ -# define __WIN16__ +# error "__WIN32__ should be defined for Win32 and Win64, Win16 is not supported" # endif /* @@ -360,6 +360,11 @@ # endif #endif +/* Force linking against required libraries under Windows CE: */ +#ifdef __WXWINCE__ +# include "wx/msw/wince/libraries.h" +#endif + /* This macro can be used to test the gcc version and can be used like this: