]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/cursor.mm
use wxIsSameDouble() and wxIsNullDouble() for warning-less double comparison of doubles
[wxWidgets.git] / src / cocoa / cursor.mm
index b8eee50500d3a1193ea149d9455ac922ab94b025..14499cfff595c56e4ec3aaf38d0ff3ce12e11e16 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "cursor.h"
-#endif
-
 #include "wx/wxprec.h"
 #ifndef WX_PRECOMP
     #include "wx/icon.h"
@@ -23,9 +19,7 @@
 #import <AppKit/NSImage.h>
 #include "wx/cocoa/string.h"
 
-#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap)
-#endif
 
 typedef struct tagClassicCursor
 {