StrSpnW doesn't exist in comctl32.dll but StrCSpnW does

Patrik Stridvall ps at leissner.se
Mon May 17 14:53:42 CDT 2004


*** comctl32

* dlls/comctl32/comctl32.spec,
  dlls/comctl32/string.c:
StrSpnW doesn't exist in comctl32.dll but StrCSpnW does.

---8<---

Index: wine/dlls/comctl32/comctl32.spec
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/comctl32.spec,v
retrieving revision 1.43
diff -u -u -r1.43 comctl32.spec
--- wine/dlls/comctl32/comctl32.spec	20 Feb 2004 05:16:37 -0000	1.43
+++ wine/dlls/comctl32/comctl32.spec	17 May 2004 17:27:39 -0000
@@ -75,7 +75,7 @@
 361 stdcall -noname StrCmpNIW(wstr wstr long)
 362 stdcall -noname StrStrW(wstr wstr)
 363 stdcall -noname StrStrIW(wstr wstr)
-364 stdcall -noname StrSpnW(wstr wstr)
+364 stdcall -noname StrCSpnW(wstr wstr)
 365 stdcall -noname StrToIntW(wstr)
 366 stdcall -noname StrChrIA(str long)
 367 stdcall -noname StrChrIW(wstr long)
Index: wine/dlls/comctl32/string.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/string.c,v
retrieving revision 1.3
diff -u -u -r1.3 string.c
--- wine/dlls/comctl32/string.c	20 Feb 2004 19:58:39 -0000	1.3
+++ wine/dlls/comctl32/string.c	17 May 2004 17:27:39 -0000
@@ -763,19 +763,7 @@
 }
 
 /*************************************************************************
- * StrSpnW	[COMCTL32.364]
- *
- * See StrSpnA.
- */
-int WINAPI StrSpnW(LPCWSTR lpszStr, LPCWSTR lpszMatch)
-{
-  TRACE("(%s,%s)\n",debugstr_w(lpszStr), debugstr_w(lpszMatch));
-
-  return COMCTL32_StrSpnHelperW(lpszStr, lpszMatch, StrChrW, FALSE);
-}
-
-/*************************************************************************
- * StrCSpnW	[COMCTL32.@]
+ * StrCSpnW	[COMCTL32.364]
  *
  * See StrCSpnA.
  */




More information about the wine-patches mailing list