X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f0586ef60f9ac456ebad639026c14ed89d46c8b..0cc66b6c0b7b50bfba244e4f8e48a9b071e75ae2:/src/msw/cursor.cpp?ds=inline diff --git a/src/msw/cursor.cpp b/src/msw/cursor.cpp index 221c3a3bf6..3ea5cb7497 100644 --- a/src/msw/cursor.cpp +++ b/src/msw/cursor.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "cursor.h" #endif @@ -270,10 +270,6 @@ wxCursor::wxCursor(const wxString& filename, if ( hcursor ) { m_refData = new wxCursorRefData(hcursor, true /* delete it later */); - -#if WXWIN_COMPATIBILITY_2 - ((wxCursorRefData *)m_refData)->SetOk(); -#endif // WXWIN_COMPATIBILITY_2 } }