]> git.saurik.com Git - wxWidgets.git/commitdiff
Added precompiled header stuff.
authorJulian Smart <julian@anthemion.co.uk>
Wed, 13 Oct 1999 11:59:13 +0000 (11:59 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 13 Oct 1999 11:59:13 +0000 (11:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/init.cpp

index e1fef28c238169c9d20d09d5911ee1d7329d8f8d..8af743b0d2fe4012f4b02423368a9db492bd64b9 100644 (file)
     #pragma implementation "appbase.h"
 #endif
 
+#include "wx/wxprec.h"
+
+#ifdef    __BORLANDC__
+  #pragma hdrstop
+#endif  //__BORLANDC__
+
+
 #include "wx/app.h"
 #include "wx/debug.h"