added wx/msw/wince/libraries.h to workaround SDK differences problems

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-04-11 15:14:50 +00:00
parent c63ea290f0
commit eddb325043
3 changed files with 44 additions and 0 deletions

View File

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