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

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jun 9 11:16:18 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 12286afc243c281de50e6345d7403249cf2d879e
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=12286afc243c281de50e6345d7403249cf2d879e

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun  9 11:52:41 2006 +0200

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

---

 dlls/mshtml/navigate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/navigate.c b/dlls/mshtml/navigate.c
index 217b087..09e0814 100644
--- a/dlls/mshtml/navigate.c
+++ b/dlls/mshtml/navigate.c
@@ -113,7 +113,7 @@ static nsresult NSAPI nsInputStream_Read
 }
 
 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);




More information about the wine-cvs mailing list