Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johnny Cai
wine
Commits
18176e3c
Commit
18176e3c
authored
22 years ago
by
Jon Griffiths
Committed by
Alexandre Julliard
22 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix existing string functions, implement a bunch of new ones.
parent
c2acc92a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dlls/shlwapi/shlwapi.spec
+19
-19
19 additions, 19 deletions
dlls/shlwapi/shlwapi.spec
dlls/shlwapi/string.c
+1605
-292
1605 additions, 292 deletions
dlls/shlwapi/string.c
include/shlwapi.h
+1
-1
1 addition, 1 deletion
include/shlwapi.h
with
1625 additions
and
312 deletions
dlls/shlwapi/shlwapi.spec
+
19
−
19
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
This diff is collapsed.
Click to expand it.
dlls/shlwapi/string.c
+
1605
−
292
View file @
18176e3c
This diff is collapsed.
Click to expand it.
include/shlwapi.h
+
1
−
1
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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment