]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/icon.cpp
call wxApp::OnExceptionInMainLoop() when an exception occurs (refactored the change...
[wxWidgets.git] / src / mgl / icon.cpp
index c4c03d448e8f84eb671a7e266fc670388e086d51..bedd19a32feab93716ff9540d12fad93f8a6f4be 100644 (file)
@@ -2,11 +2,11 @@
 // Name:        icon.cpp
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001 Vaclav Slavik
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "icon.h"
 #endif