WinInet entry point

Alberto Massari amassari at progress.com
Thu Mar 27 03:42:44 CST 2003


The InternetSetStatusCallbackA entry is used by IE6

Changelog:
- the InternetSetStatusCallback function is also available in Unicode form; 
  I didn't find how the Unicode version differs from the ANSI one, so I
  just added InternetSetStatusCallbackA as an alias for the 
  InternetSetStatusCallback entry, and created a stub for
  InternetSetStatusCallbackW

Alberto

Index: wininet.spec
===================================================================
RCS file: /home/wine/wine/dlls/wininet/wininet.spec,v
retrieving revision 1.32
diff -u -r1.32 wininet.spec
--- wininet.spec	20 Mar 2003 03:53:13 -0000	1.32
+++ wininet.spec	27 Mar 2003 09:31:06 -0000
@@ -133,6 +133,8 @@
 @ stub InternetSetOptionExA
 @ stub InternetSetOptionExW
 @ stdcall InternetSetStatusCallback(ptr ptr)
+@ stdcall InternetSetStatusCallbackA(ptr ptr) InternetSetStatusCallback
+@ stub InternetSetStatusCallbackW
 @ stub InternetShowSecurityInfoByURL
 @ stub InternetTimeFromSystemTime
 @ stub InternetTimeToSystemTime





More information about the wine-patches mailing list