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
Sam Joan Roque-Worcel
wine
Commits
70296467
Commit
70296467
authored
23 years ago
by
Sergey Turchanov
Committed by
Alexandre Julliard
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Ordinal 342 is really named SHInterlockedCompareExchange.
parent
874e14c5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/shlwapi/ordinal.c
+1
-1
1 addition, 1 deletion
dlls/shlwapi/ordinal.c
dlls/shlwapi/shlwapi.spec
+1
-1
1 addition, 1 deletion
dlls/shlwapi/shlwapi.spec
with
2 additions
and
2 deletions
dlls/shlwapi/ordinal.c
+
1
−
1
View file @
70296467
...
...
@@ -1793,7 +1793,7 @@ HICON WINAPI SHLWAPI_337(LPCWSTR lpszFile, INT nIconIndex, HICON *phiconLarge,
* @ [SHLWAPI.342]
*
*/
LONG
WINAPI
SH
LWAPI_342
(
PLONG
dest
,
LONG
xchg
,
LONG
compare
)
LONG
WINAPI
SH
InterlockedCompareExchange
(
PLONG
dest
,
LONG
xchg
,
LONG
compare
)
{
return
InterlockedCompareExchange
(
dest
,
xchg
,
compare
);
}
...
...
This diff is collapsed.
Click to expand it.
dlls/shlwapi/shlwapi.spec
+
1
−
1
View file @
70296467
...
...
@@ -351,7 +351,7 @@ debug_channels (shell)
339 forward @ kernel32.GetNumberFormatW
340 forward @ user32.MessageBoxW
341 forward @ kernel32.FindNextFileW
342 stdcall @(ptr long long) SH
LWAPI_342
342 stdcall @(ptr long long) SH
InterlockedCompareExchange
343 stub @
344 stub @
345 stub @
...
...
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