fixed compile error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
42f8298f6f
commit
1814658d67
@ -77,7 +77,7 @@ HRESULT STDMETHODCALLTYPE IStreamAdaptorBase::Read(void __RPC_FAR *pv, ULONG cb,
|
||||
{
|
||||
if (prepend.size() > 0)
|
||||
{
|
||||
int n = min(prepend.size(), cb);
|
||||
int n = wxMin(prepend.size(), cb);
|
||||
prepend.copy((char *) pv, n);
|
||||
prepend = prepend.substr(n);
|
||||
if (pcbRead)
|
||||
|
Loading…
Reference in New Issue
Block a user