CodeWarrior Support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
1998-12-10 17:23:59 +00:00
parent 27198be4ef
commit 1b19f0c3a3
2 changed files with 52 additions and 0 deletions

View File

@@ -44,5 +44,9 @@
#define __WXDEBUG__ 1
#define WXDEBUG 1
// in order to avoid problems further down in wxWindows
char *strdup(const char *s) ;
#endif
// _WX_CW__