SHLWAPI ordinal fix

Andreas Mohr a.mohr at mailto.de
Sun Sep 30 13:40:05 CDT 2001


Hi all,

fix/document SHLWAPI ordinals 217 and 218.

-- 
Andreas Mohr                        Stauferstr. 6, D-71272 Renningen, Germany
-------------- next part --------------
Determining best CVS host...
Using CVSROOT :pserver:cvs at rhlx01.fht-esslingen.de:/home/wine
Index: dlls/shlwapi/ordinal.c
===================================================================
RCS file: /home/wine/wine/dlls/shlwapi/ordinal.c,v
retrieving revision 1.17
diff -u -r1.17 ordinal.c
--- dlls/shlwapi/ordinal.c	19 Sep 2001 20:34:17 -0000	1.17
+++ dlls/shlwapi/ordinal.c	30 Sep 2001 16:39:15 -0000
@@ -443,6 +443,8 @@
 /*************************************************************************
  *      @	[SHLWAPI.217]
  *
+ * Hmm, some program used lpnMultiCharCount == 0x3 (and lpSrcStr was "C")
+ * --> Crash. Something wrong here.
  */
 INT WINAPI SHLWAPI_217(LPCWSTR lpSrcStr, LPSTR lpDstStr, LPINT lpnMultiCharCount)
 {
Index: dlls/shlwapi/shlwapi.spec
===================================================================
RCS file: /home/wine/wine/dlls/shlwapi/shlwapi.spec,v
retrieving revision 1.19
diff -u -r1.19 shlwapi.spec
--- dlls/shlwapi/shlwapi.spec	7 Sep 2001 18:36:47 -0000	1.19
+++ dlls/shlwapi/shlwapi.spec	30 Sep 2001 16:39:15 -0000
@@ -226,8 +226,8 @@
 214 stub @
 215 stdcall @(long long long) SHLWAPI_215
 216 stub @
-217 stdcall @(wstr str ptr) SHLWAPI_217
-218 stdcall @(long wstr str ptr) SHLWAPI_218
+217 stdcall @(wstr ptr ptr) SHLWAPI_217
+218 stdcall @(long wstr ptr ptr) SHLWAPI_218
 219 stdcall @(long long long long) SHLWAPI_219
 220 stub @
 221 stub @


More information about the wine-patches mailing list