]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cmdproc.cpp
moving focus rect overlap problems to the vis region of a window
[wxWidgets.git] / src / common / cmdproc.cpp
index 09603432bd98bc63c9b09da1fb01f4ffa73c0372..20c5176ae2edd45cf070ebc9a138fc1ecffce768 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     05.11.00
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "cmdproc.h"
 #endif