Added precompiled header stuff.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 1999-10-13 11:59:13 +00:00
parent 0eee528340
commit f4c890fdbe

View File

@ -21,6 +21,13 @@
#pragma implementation "appbase.h"
#endif
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif //__BORLANDC__
#include "wx/app.h"
#include "wx/debug.h"