Some tweaks to includes for compilers without precompiled headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Harco de Hilster
1999-01-29 20:22:37 +00:00
parent cf33637f02
commit ea07c87abd

View File

@@ -6,14 +6,16 @@
*/ */
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#ifdef WX_PRECOMP
#include "wx_prec.h" #include "wx_prec.h"
#endif
#ifdef __BORLANDC__ #ifdef __BORLANDC__
#pragma hdrstop #pragma hdrstop
#endif #endif
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include <wx.h> #include <wx/wx.h>
#endif #endif
#include <ctype.h> #include <ctype.h>