]> git.saurik.com Git - wxWidgets.git/commitdiff
added precomp header stuf
authorJ. Russell Smyth <drfish@cox.net>
Tue, 13 Jul 1999 20:22:12 +0000 (20:22 +0000)
committerJ. Russell Smyth <drfish@cox.net>
Tue, 13 Jul 1999 20:22:12 +0000 (20:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/mod_list.cpp

index 4222d6bc02a123687612f6ddbb7c316774d20fb7..1f3b49a4ebbea089a948c51c46c9303f9c0f64a7 100644 (file)
@@ -5,10 +5,25 @@
 // Copyright:   (c) 1999 Vaclav Slavik
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <wx/wxprec.h>
+
 
 #include "wx/defs.h"
 #if wxUSE_HTML
 
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include <wx/wx.h>
+#endif
+
+
 #include <wx/html/forcelink.h>
 #include <wx/html/mod_templ.h>