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
49abdbcd
Commit
49abdbcd
authored
Apr 09, 2019
by
André Hentschel
Committed by
Alexandre Julliard
Apr 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix vararg standard call types for ARM.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5ed7a61d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
basetyps.h
include/basetyps.h
+4
-4
winnt.h
include/winnt.h
+4
-4
No files found.
include/basetyps.h
View file @
49abdbcd
...
...
@@ -26,10 +26,10 @@
# define EXTERN_C extern
#endif
#define STDMETHODCALLTYPE
__stdcall
#define STDMETHODVCALLTYPE
__cdecl
#define STDAPICALLTYPE
__stdcall
#define STDAPIVCALLTYPE
__cdecl
#define STDMETHODCALLTYPE
WINAPI
#define STDMETHODVCALLTYPE
WINAPIV
#define STDAPICALLTYPE
WINAPI
#define STDAPIVCALLTYPE
WINAPIV
#define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
#define STDAPI_(t) EXTERN_C t STDAPICALLTYPE
#define STDMETHODIMP HRESULT STDMETHODCALLTYPE
...
...
include/winnt.h
View file @
49abdbcd
...
...
@@ -412,10 +412,10 @@ extern "C++" { \
# define EXTERN_C extern
#endif
#define STDMETHODCALLTYPE
__stdcall
#define STDMETHODVCALLTYPE
__cdecl
#define STDAPICALLTYPE
__stdcall
#define STDAPIVCALLTYPE
__cdecl
#define STDMETHODCALLTYPE
WINAPI
#define STDMETHODVCALLTYPE
WINAPIV
#define STDAPICALLTYPE
WINAPI
#define STDAPIVCALLTYPE
WINAPIV
#define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
#define STDAPI_(type) EXTERN_C type STDAPICALLTYPE
...
...
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