]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/evtloop.cpp
compilation fix after last check in
[wxWidgets.git] / src / gtk / evtloop.cpp
index 361fa3ab92738735593d27e6d0a621cd70cd5c8c..9ff74e58c315aa606e8db50963fd67c4cdf8db47 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10.07.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows license
+// License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "evtloop.h"
 #endif