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
667b150a
Commit
667b150a
authored
Nov 02, 2017
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use WINAPIV calling convention for variadic functions.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
7726157e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
oledlg.h
include/oledlg.h
+2
-2
rpcndr.h
include/rpcndr.h
+1
-1
vfw.h
include/vfw.h
+2
-2
No files found.
include/oledlg.h
View file @
667b150a
...
...
@@ -967,8 +967,8 @@ BOOL WINAPI OleUIAddVerbMenuW(LPOLEOBJECT lpOleObj, LPCWSTR lpszShortType, HMEN
UINT
WINAPI
OleUIPasteSpecialA
(
LPOLEUIPASTESPECIALA
lpOleUIPasteSpecial
);
UINT
WINAPI
OleUIPasteSpecialW
(
LPOLEUIPASTESPECIALW
lpOleUIPasteSpecial
);
#define OleUIPasteSpecial WINELIB_NAME_AW(OleUIPasteSpecial)
INT
__cdecl
OleUIPromptUserA
(
INT
,
HWND
,
...);
INT
__cdecl
OleUIPromptUserW
(
INT
,
HWND
,
...);
INT
WINAPIV
OleUIPromptUserA
(
INT
,
HWND
,
...);
INT
WINAPIV
OleUIPromptUserW
(
INT
,
HWND
,
...);
#define OleUIPromptUser WINELIB_NAME_AW(OleUIPromptUser)
#ifdef __cplusplus
...
...
include/rpcndr.h
View file @
667b150a
...
...
@@ -114,7 +114,7 @@ typedef UINT64 MIDL_uhyper;
typedef
unsigned
char
boolean
;
#define __RPC_CALLEE WINAPI
#define RPC_VAR_ENTRY
__cdecl
#define RPC_VAR_ENTRY
WINAPIV
#define NDR_SHAREABLE static
#define MIDL_ascii_strlen(s) strlen(s)
...
...
include/vfw.h
View file @
667b150a
...
...
@@ -1082,10 +1082,10 @@ BOOL WINAPI AVISaveOptions(HWND hWnd,UINT uFlags,INT nStream,
PAVISTREAM
*
ppavi
,
LPAVICOMPRESSOPTIONS
*
ppOptions
);
HRESULT
WINAPI
AVISaveOptionsFree
(
INT
nStreams
,
LPAVICOMPRESSOPTIONS
*
ppOptions
);
HRESULT
CDECL
AVISaveA
(
LPCSTR
szFile
,
CLSID
*
pclsidHandler
,
HRESULT
WINAPIV
AVISaveA
(
LPCSTR
szFile
,
CLSID
*
pclsidHandler
,
AVISAVECALLBACK
lpfnCallback
,
int
nStreams
,
PAVISTREAM
pavi
,
LPAVICOMPRESSOPTIONS
lpOptions
,
...);
HRESULT
CDECL
AVISaveW
(
LPCWSTR
szFile
,
CLSID
*
pclsidHandler
,
HRESULT
WINAPIV
AVISaveW
(
LPCWSTR
szFile
,
CLSID
*
pclsidHandler
,
AVISAVECALLBACK
lpfnCallback
,
int
nStreams
,
PAVISTREAM
pavi
,
LPAVICOMPRESSOPTIONS
lpOptions
,
...);
#define AVISave WINELIB_NAME_AW(AVISave)
...
...
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