X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc08fedb1c09e5b14c29d389c974e2d212da43ef..5c250a10332dc17263c66deb629b5fa8c4320f8a:/src/msw/cursor.cpp?ds=inline diff --git a/src/msw/cursor.cpp b/src/msw/cursor.cpp index 6333efd187..bd27803b40 100644 --- a/src/msw/cursor.cpp +++ b/src/msw/cursor.cpp @@ -172,6 +172,7 @@ wxCursor::wxCursor() { } +#if wxUSE_IMAGE wxCursor::wxCursor(const wxImage& image) { // image has to be of the standard cursor size, otherwise we won't be able @@ -200,6 +201,7 @@ wxCursor::wxCursor(const wxImage& image) m_refData = new wxCursorRefData(hcursor, true /* delete it later */); } +#endif wxCursor::wxCursor(const char WXUNUSED(bits)[], int WXUNUSED(width),