// 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".
wxProtocolError GetError() { return m_error; }
- virtual bool Abort() { return TRUE; }
+ virtual bool Abort() { return true; }
wxInputStream *GetInputStream(const wxString& WXUNUSED(path))
{
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: