X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..9a35701127e3e8d2c7fb433d85c7b3954ccbfc9f:/src/msw/urlmsw.cpp?ds=sidebyside diff --git a/src/msw/urlmsw.cpp b/src/msw/urlmsw.cpp index 9799473189..a5c5fd3b37 100644 --- a/src/msw/urlmsw.cpp +++ b/src/msw/urlmsw.cpp @@ -6,7 +6,7 @@ // Created: 06/11/2003 // RCS-ID: $Id$ // Copyright: (c) 2003 Hajo Kirchhoff -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". @@ -31,7 +31,7 @@ public: wxProtocolError GetError() { return m_error; } - virtual bool Abort() { return TRUE; } + virtual bool Abort() { return true; } wxInputStream *GetInputStream(const wxString& WXUNUSED(path)) {