]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dndcmn.cpp
really show the menubar (calling Show(TRUE) doesn't do it any more)
[wxWidgets.git] / src / common / dndcmn.cpp
index 998256568358aa3d490fa55d388745eb8a2516ea..f3fe62d892210be5c6dd7b1e334c05965547db0d 100644 (file)
@@ -5,14 +5,14 @@
 // Created:     19.10.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows Team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "dndbase.h"
 #endif