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:
parent
0eee528340
commit
f4c890fdbe
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user