]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/urlmsw.cpp
Switch deferred sizing off by default
[wxWidgets.git] / src / msw / urlmsw.cpp
index 404da29892bc81c58229aa0691801ca49d270051..5b1611561547eacba74259ae76f55c76612ec019 100644 (file)
@@ -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: