X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/461dae941dac51a523a4280d3e1800143b720305..9a35701127e3e8d2c7fb433d85c7b3954ccbfc9f:/src/msw/cursor.cpp diff --git a/src/msw/cursor.cpp b/src/msw/cursor.cpp index bd27803b40..f546bd06b3 100644 --- a/src/msw/cursor.cpp +++ b/src/msw/cursor.cpp @@ -102,7 +102,7 @@ public: { gs_globalCursor = new wxCursor; - return TRUE; + return true; } virtual void OnExit() @@ -278,7 +278,7 @@ wxCursor::wxCursor(const wxString& filename, // Cursors by stock number wxCursor::wxCursor(int idCursor) { - // all wxWindows standard cursors + // all wxWidgets standard cursors static const struct StdCursor { // is this a standard Windows cursor?