]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/mod_image.cpp
more reasonable default size
[wxWidgets.git] / src / html / mod_image.cpp
index 908e4b62413d1b45cdc8dd661941e3eb5d1021ac..79e38d3a8d223bd0f452618c970e316001bcf578 100644 (file)
@@ -6,9 +6,23 @@
 // 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>
 
@@ -144,4 +158,4 @@ TAGS_MODULE_BEGIN(Image)
 TAGS_MODULE_END(Image)
 
 
-#endif
\ No newline at end of file
+#endif