fix loading ICO from socket stream: override OnSysTell and OnSysSeek rather than...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 1 Jun 2009 13:56:41 +0000 (13:56 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 1 Jun 2009 13:56:41 +0000 (13:56 +0000)
commita9a2485d6464928fcf1012e573f4b3b734238300
tree0ffc073621c84faf09eb714fbabb5d872018d9f4
parent77782a5c5f280a5a03cb0f650e17f4f239086909
fix loading ICO from socket stream: override OnSysTell and OnSysSeek rather than directly SeekO/I or TellO/I; in wxICOHandler only call SeekI() if we have a non-null seek offset

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/sckstrm.h
src/common/imagbmp.cpp