]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dnd.h
replace wxHashTable with a type safe hash map of Window to wxWindow
[wxWidgets.git] / include / wx / dnd.h
index d7a4010276efb8d0371c1da106ab2b65198a4fd6..7c4bce111da3d7077a22e298802d5791a5f2cc7e 100644 (file)
@@ -5,14 +5,14 @@
 // Modified by:
 // Created:     26.05.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows Team
+// Copyright:   (c) wxWidgets Team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DND_H_BASE_
 #define _WX_DND_H_BASE_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "dndbase.h"
 #endif