X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/src/msw/urlmsw.cpp diff --git a/src/msw/urlmsw.cpp b/src/msw/urlmsw.cpp index 9799473189..5b16115615 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)) { @@ -122,9 +122,9 @@ public: void Attach(HINTERNET hFile); - off_t SeekI( off_t WXUNUSED(pos), wxSeekMode WXUNUSED(mode) ) + wxFileOffset SeekI( wxFileOffset WXUNUSED(pos), wxSeekMode WXUNUSED(mode) ) { return -1; } - off_t TellI() const + wxFileOffset TellI() const { return -1; } protected: