]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/toplevel.h
added a few more composite functions
[wxWidgets.git] / include / wx / mgl / toplevel.h
index 87537029586aa2dccf1caf5e7cc2967c6cb36bc8..f7c47f5c6b1dfd9080b6774fec4681be8cb0b859 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     Top level window, abstraction of wxFrame and wxDialog
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -11,7 +11,7 @@
 #ifndef __WX_TOPLEVEL_H__
 #define __WX_TOPLEVEL_H__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "toplevel.h"
 #endif