X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d841895246c188d722bae08e9f37c7270bc56ea8..c77a67962c2f50a872491869fcf1a6c082fdc6c6:/src/cocoa/cursor.mm?ds=sidebyside diff --git a/src/cocoa/cursor.mm b/src/cocoa/cursor.mm index b8eee50500..14499cfff5 100644 --- a/src/cocoa/cursor.mm +++ b/src/cocoa/cursor.mm @@ -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 #include "wx/cocoa/string.h" -#if !USE_SHARED_LIBRARIES IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap) -#endif typedef struct tagClassicCursor {