]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/cursor.h
Fix memory leak by letting the base class version handle the
[wxWidgets.git] / include / wx / msw / cursor.h
index 46b39045ca88092bcaefea0e5840134c6ffdfe52..1f63efc76d54e45417457891603cb7c7a4651334 100644 (file)
@@ -6,13 +6,13 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWindows licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CURSOR_H_
 #define _WX_CURSOR_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "cursor.h"
 #endif