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
3acd9432
Commit
3acd9432
authored
Apr 23, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windef.h: Use __thiscall keyword on Clang with MSVC target.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1902eba2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
windef.h
include/windef.h
+1
-1
asm.h
include/wine/asm.h
+1
-1
No files found.
include/windef.h
View file @
3acd9432
...
...
@@ -102,7 +102,7 @@ extern "C" {
# define __fastcall __stdcall
#endif
#if
ndef __thiscall
#if
(!defined(_MSC_VER) || !defined(__clang__)) && !defined(__thiscall)
# define __thiscall __stdcall
#endif
...
...
include/wine/asm.h
View file @
3acd9432
...
...
@@ -96,7 +96,7 @@
/* thiscall support */
#if defined(__i386__) && !defined(__MINGW32__)
#if defined(__i386__) && !defined(__MINGW32__)
&& (!defined(_MSC_VER) || !defined(__clang__))
# ifdef _MSC_VER
# define DEFINE_THISCALL_WRAPPER(func,args) \
...
...
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