Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
18176e3c
Commit
18176e3c
authored
Aug 19, 2002
by
Jon Griffiths
Committed by
Alexandre Julliard
Aug 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix existing string functions, implement a bunch of new ones.
parent
c2acc92a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
20 deletions
+20
-20
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+19
-19
string.c
dlls/shlwapi/string.c
+0
-0
shlwapi.h
include/shlwapi.h
+1
-1
No files found.
dlls/shlwapi/shlwapi.spec
View file @
18176e3c
...
...
@@ -398,8 +398,8 @@ init SHLWAPI_LibMain
396 stub @
397 stub @
398 stub @
399 st
ub @
400 st
ub @
399 st
dcall @(str str long) SHLWAPI_399
400 st
dcall @(wstr wstr long) SHLWAPI_400
401 stdcall @(ptr) SHLWAPI_401
402 stdcall @(ptr) SHLWAPI_402
403 stdcall @(ptr) SHLWAPI_403
...
...
@@ -603,15 +603,15 @@ init SHLWAPI_LibMain
@ stdcall SHSetValueA (long str str long ptr long) SHSetValueA
@ stdcall SHSetValueW (long wstr wstr long ptr long) SHSetValueW
@ stdcall StrCSpnA (str str) StrCSpnA
@ st
ub
StrCSpnIA
@ st
ub
StrCSpnIW
@ st
dcall StrCSpnIA (str str)
StrCSpnIA
@ st
dcall StrCSpnIW (wstr wstr)
StrCSpnIW
@ stdcall StrCSpnW (wstr wstr) StrCSpnW
@ stdcall StrCatBuffA (str str long) StrCatBuffA
@ stdcall StrCatBuffW (wstr wstr long) StrCatBuffW
@ stdcall StrCatW (ptr wstr) StrCatW
@ stdcall StrChrA (str long) StrChrA
@ st
ub
StrChrIA
@ st
ub
StrChrIW
@ st
dcall StrChrIA (str long)
StrChrIA
@ st
dcall StrChrIW (wstr long)
StrChrIW
@ stdcall StrChrW (wstr long) StrChrW
@ stdcall StrCmpIW (wstr wstr) StrCmpIW
@ stdcall StrCmpNA (str str long) StrCmpNA
...
...
@@ -625,22 +625,22 @@ init SHLWAPI_LibMain
@ stdcall StrDupW (wstr) StrDupW
@ stdcall StrFormatByteSizeA(long str long) StrFormatByteSizeA
@ stdcall StrFormatByteSizeW(long wstr long) StrFormatByteSizeW
@ st
ub
StrFromTimeIntervalA
@ st
ub
StrFromTimeIntervalW
@ st
ub
StrIsIntlEqualA
@ st
ub
StrIsIntlEqualW
@ st
dcall StrFromTimeIntervalA(str long long long)
StrFromTimeIntervalA
@ st
dcall StrFromTimeIntervalW(wstr long long long)
StrFromTimeIntervalW
@ st
dcall StrIsIntlEqualA(long str str long)
StrIsIntlEqualA
@ st
dcall StrIsIntlEqualW(long wstr wstr long)
StrIsIntlEqualW
@ stdcall StrNCatA(str str long) StrNCatA
@ stdcall StrNCatW(wstr wstr long) StrNCatW
@ st
ub
StrPBrkA
@ st
ub
StrPBrkW
@ st
dcall StrPBrkA(str str)
StrPBrkA
@ st
dcall StrPBrkW(wstr wstr)
StrPBrkW
@ stdcall StrRChrA (str str long) StrRChrA
@ stdcall StrRChrIA (str str long) StrRChrIA
@ stdcall StrRChrIW (str str long) StrRChrIW
@ stdcall StrRChrW (wstr wstr long) StrRChrW
@ st
ub
StrRStrIA
@ st
ub
StrRStrIW
@ st
ub
StrSpnA
@ st
ub
StrSpnW
@ st
dcall StrRStrIA (str str)
StrRStrIA
@ st
dcall StrRStrIW (wstr wstr)
StrRStrIW
@ st
dcall StrSpnA (str str)
StrSpnA
@ st
dcall StrSpnW (wstr wstr)
StrSpnW
@ stdcall StrStrA(str str)StrStrA
@ stdcall StrStrIA(str str)StrStrIA
@ stdcall StrStrIW(wstr wstr)StrStrIW
...
...
@@ -650,7 +650,7 @@ init SHLWAPI_LibMain
@ stdcall StrToIntExW(wstr long ptr) StrToIntExW
@ stdcall StrToIntW(wstr)StrToIntW
@ stdcall StrTrimA(str str) StrTrimA
@ st
ub
StrTrimW
@ st
dcall StrTrimW(wstr wstr)
StrTrimW
@ stdcall UrlApplySchemeA(str ptr ptr long) UrlApplySchemeA
@ stdcall UrlApplySchemeW(wstr ptr ptr long) UrlApplySchemeW
@ stdcall UrlCanonicalizeA(str ptr ptr long) UrlCanonicalizeA
...
...
@@ -723,5 +723,5 @@ init SHLWAPI_LibMain
@ stdcall SHStrDupA (str ptr) SHStrDupA
@ stdcall SHStrDupW (wstr ptr) SHStrDupW
@ stub StrFormatByteSize64A
@ st
ub
StrFormatKBSizeA
@ st
ub
StrFormatKBSizeW
@ st
dcall StrFormatKBSizeA(long long str long)
StrFormatKBSizeA
@ st
dcall StrFormatKBSizeW(long long wstr long)
StrFormatKBSizeW
dlls/shlwapi/string.c
View file @
18176e3c
This diff is collapsed.
Click to expand it.
include/shlwapi.h
View file @
18176e3c
...
...
@@ -667,7 +667,7 @@ LPSTR WINAPI StrChrA(LPCSTR,WORD);
LPWSTR
WINAPI
StrChrW
(
LPCWSTR
,
WCHAR
);
#define StrChr WINELIB_NAME_AW(StrChr)
LPSTR
WINAPI
StrChrIA
(
LPCSTR
,
CHAR
);
LPSTR
WINAPI
StrChrIA
(
LPCSTR
,
WORD
);
LPWSTR
WINAPI
StrChrIW
(
LPCWSTR
,
WCHAR
);
#define StrChrI WINELIB_NAME_AW(StrChrI)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment