]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dnd.h
improved const-ness of find/Find functions
[wxWidgets.git] / include / wx / gtk1 / dnd.h
index 9bc4868523dc265235deeb1ac8ed53d6b148c87b..c2210c23a34f55f3408f3aaca4b1a8fd3970d16d 100644 (file)
@@ -4,14 +4,14 @@
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin, Robert Roebling
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 
 #ifndef __GTKDNDH__
 #define __GTKDNDH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif