Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
2f7c6659
Commit
2f7c6659
authored
Feb 01, 2022
by
Stefan Dösinger
Committed by
Alexandre Julliard
Feb 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove an incorrect InterlockedCompareExchange128 function.
Signed-off-by:
Stefan Dösinger
<
stefan@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
20c2e5ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
winnt.h
include/winnt.h
+0
-4
No files found.
include/winnt.h
View file @
2f7c6659
...
...
@@ -6500,10 +6500,6 @@ static FORCEINLINE void MemoryBarrier(void)
#pragma intrinsic(_InterlockedCompareExchange128)
unsigned
char
_InterlockedCompareExchange128
(
volatile
__int64
*
,
__int64
,
__int64
,
__int64
*
);
static
FORCEINLINE
unsigned
char
WINAPI
InterlockedCompareExchange128
(
volatile
__int64
*
dest
,
__int64
xchg_high
,
__int64
xchg_low
,
__int64
*
compare
)
{
return
_InterlockedCompareExchange128
(
dest
,
xchg_high
,
xchg_low
,
compare
);
}
#else
...
...
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