]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dndcmn.cpp
More name changes
[wxWidgets.git] / src / common / dndcmn.cpp
index 998256568358aa3d490fa55d388745eb8a2516ea..18cef9cf8025eb71f8691a63b4b980d2d9fe7853 100644 (file)
@@ -4,15 +4,15 @@
 // Modified by:
 // Created:     19.10.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows Team
-// Licence:     wxWindows license
+// Copyright:   (c) wxWidgets Team
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "dndbase.h"
 #endif