X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..a324a7bccf4bda8f4f2bf09daee8104cae953cee:/src/html/mod_fonts.cpp diff --git a/src/html/mod_fonts.cpp b/src/html/mod_fonts.cpp index 45c723c1fb..7d27a6ea0d 100644 --- a/src/html/mod_fonts.cpp +++ b/src/html/mod_fonts.cpp @@ -6,10 +6,23 @@ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ +#pragma implementation +#endif + +#include #include "wx/defs.h" #if wxUSE_HTML +#ifdef __BORDLANDC__ +#pragma hdrstop +#endif + +#ifndef WXPRECOMP +#include +#endif + #include #include @@ -172,4 +185,4 @@ TAGS_MODULE_BEGIN(Fonts) TAGS_MODULE_END(Fonts) -#endif \ No newline at end of file +#endif