X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83f96286bb4ef34147d7f467a0f0a4a4fc27af2d..09b7e6184a08a6d7df8244fd5a0e97177fbe41cf:/src/msw/cursor.cpp diff --git a/src/msw/cursor.cpp b/src/msw/cursor.cpp index 892ca4ee0f..0409580d2d 100644 --- a/src/msw/cursor.cpp +++ b/src/msw/cursor.cpp @@ -192,8 +192,10 @@ wxCursor::wxCursor(int cursor_type) switch (cursor_type) { case wxCURSOR_ARROWWAIT: +#ifndef __WIN16__ refData->m_hCursor = (WXHCURSOR) LoadCursor((HINSTANCE) NULL, IDC_APPSTARTING); break; +#endif case wxCURSOR_WAIT: refData->m_hCursor = (WXHCURSOR) LoadCursor((HINSTANCE) NULL, IDC_WAIT); break;