]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/fontenum.cpp
Fixed bitmap problem reported last week.
[wxWidgets.git] / src / mgl / fontenum.cpp
index e7130181d508dc66734032dcc68f09d0e069afc7..fbba131e39accb7e0e43e4a3574bcc3630214304 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     wxFontEnumerator class for MGL
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 Vaclav Slavik
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "fontenum.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #include "wx/defs.h"
 #include "wx/dynarray.h"
 #include "wx/string.h"