Changed code to allow for removal of the #include <windows.h> from wxprec.h for windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2000-01-18 12:29:32 +00:00
parent 15d4df3c71
commit ff0ea71cea
12 changed files with 24 additions and 11 deletions

View File

@@ -37,6 +37,8 @@
#include "wx/filefn.h"
#endif //WX_PRECOMP
#include <ctype.h>
#include "wx/datetime.h"
#include "wx/cmdline.h"