Link with bufferoverflowu.lib for VC++ 8 and later

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-10-17 17:46:11 +00:00
parent 30e105e429
commit a84d5f9da1
2 changed files with 40 additions and 1 deletions

View File

@@ -493,9 +493,11 @@
# define __STDC_EXT__ 1
#endif
/* Force linking against required libraries under Windows CE: */
/* Force linking against required libraries under Windows: */
#ifdef __WXWINCE__
# include "wx/msw/wince/libraries.h"
#elif defined __WINDOWS__
# include "wx/msw/libraries.h"
#endif
/*