]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/radiocmn.cpp
fixes for file drops in unicode
[wxWidgets.git] / src / common / radiocmn.cpp
index 2c9144392883f69a7233378794b5e7acc961eb32..c732658d751922db3879e930c7b048b2da9b2f47 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     03.06.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 "radioboxbase.h"
 #endif