]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/fontutil.h
Attempted to fix splittree problem by not pushing event handler
[wxWidgets.git] / include / wx / mgl / fontutil.h
index afa1a5a1b5ec6dfbff79d537b2bf82717afca7a2..6f353a4d4a5f569928b4fd8815efe955b8e43585 100644 (file)
@@ -1,18 +1,16 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/nix/fontutil.h
+// Name:        wx/mgl/fontutil.h
 // Purpose:     font-related helper functions for MGL
 // Author:      Vaclav Slavik
 // Created:     2001/05/01
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001, Vaclav Slavik
+// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MGL_FONTUTIL_H_
 #define _WX_MGL_FONTUTIL_H_
 
-#ifdef __WXMGL__
-
 #include "wx/list.h"
 
 struct font_info_t;
@@ -121,6 +119,4 @@ class wxFontsManager
 
 extern wxFontsManager *wxTheFontsManager;
 
-#endif
-
 #endif // _WX_MGL_FONTUTIL_H_