mshtml: Changed C syntax that winapi_check doesn't like.

This commit is contained in:
Alexandre Julliard 2006-06-09 11:52:41 +02:00
parent 2962ded39d
commit 12286afc24
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static nsresult NSAPI nsInputStream_Read(nsIInputStream *iface, char *aBuf, PRUi
}
static nsresult NSAPI nsInputStream_ReadSegments(nsIInputStream *iface,
nsresult (NSAPI*aWriter)(nsIInputStream*,void*,const char*,PRUint32,PRUint32,PRUint32*),
nsresult (WINAPI *aWriter)(nsIInputStream*,void*,const char*,PRUint32,PRUint32,PRUint32*),
void *aClousure, PRUint32 aCount, PRUint32 *_retval)
{
nsProtocolStream *This = NSINSTREAM_THIS(iface);