]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/mod_fonts.cpp
Added wxSound for Windows support (successful WAV playback on VC++ 5)
[wxWidgets.git] / src / html / mod_fonts.cpp
index 45c723c1fb644e461deadfec6b17c463a791adc8..7d27a6ea0db7133221301eaccd274293e5d77573 100644 (file)
@@ -6,10 +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>
 
@@ -172,4 +185,4 @@ TAGS_MODULE_BEGIN(Fonts)
 TAGS_MODULE_END(Fonts)
 
 
-#endif
\ No newline at end of file
+#endif