]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/mod_list.cpp
PCX handler now working for reading (8bit and 24bit images).
[wxWidgets.git] / 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>