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
f86f24d0
Commit
f86f24d0
authored
Aug 07, 2000
by
Marcus Meissner
Committed by
Alexandre Julliard
Aug 07, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inline must be first attribute in function definition.
parent
11ec0a58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
vfw.h
include/vfw.h
+9
-7
No files found.
include/vfw.h
View file @
f86f24d0
#ifndef __WINE_VFW_H
#define __WINE_VFW_H
#include "config.h"
/* for inline */
#include "windef.h"
#include "mmsystem.h"
#include "wingdi.h"
...
...
@@ -443,7 +445,7 @@ DWORD VFWAPIV ICDecompress(HIC hic,DWORD dwFlags,LPBITMAPINFOHEADER lpbiFormat,L
LRESULT
VFWAPI
ICSendMessage
(
HIC
hic
,
UINT
msg
,
DWORD
dw1
,
DWORD
dw2
);
LRESULT
VFWAPI
ICSendMessage16
(
HIC16
hic
,
UINT16
msg
,
DWORD
dw1
,
DWORD
dw2
);
static
LRESULT
VFWAPI
inline
ICDecompressEx
(
HIC
hic
,
DWORD
dwFlags
,
inline
static
LRESULT
VFWAPI
ICDecompressEx
(
HIC
hic
,
DWORD
dwFlags
,
LPBITMAPINFOHEADER
lpbiSrc
,
LPVOID
lpSrc
,
int
xSrc
,
int
ySrc
,
int
dxSrc
,
int
dySrc
,
LPBITMAPINFOHEADER
lpbiDst
,
LPVOID
lpDst
,
...
...
@@ -467,7 +469,7 @@ static LRESULT VFWAPI inline ICDecompressEx(HIC hic, DWORD dwFlags,
return
ICSendMessage
(
hic
,
ICM_DECOMPRESSEX
,
(
DWORD
)
&
ic
,
sizeof
(
ic
));
}
static
LRESULT
VFWAPI
inline
ICDecompressExBegin
(
HIC
hic
,
DWORD
dwFlags
,
inline
static
LRESULT
VFWAPI
ICDecompressExBegin
(
HIC
hic
,
DWORD
dwFlags
,
LPBITMAPINFOHEADER
lpbiSrc
,
LPVOID
lpSrc
,
int
xSrc
,
int
ySrc
,
int
dxSrc
,
int
dySrc
,
...
...
@@ -495,7 +497,7 @@ static LRESULT VFWAPI inline ICDecompressExBegin(HIC hic, DWORD dwFlags,
ic
.
dyDst
=
dyDst
;
return
ICSendMessage
(
hic
,
ICM_DECOMPRESSEX_BEGIN
,
(
DWORD
)
&
ic
,
sizeof
(
ic
));
}
static
LRESULT
VFWAPI
inline
ICDecompressExQuery
(
HIC
hic
,
DWORD
dwFlags
,
inline
static
LRESULT
VFWAPI
ICDecompressExQuery
(
HIC
hic
,
DWORD
dwFlags
,
LPBITMAPINFOHEADER
lpbiSrc
,
LPVOID
lpSrc
,
int
xSrc
,
int
ySrc
,
int
dxSrc
,
int
dySrc
,
...
...
@@ -577,14 +579,14 @@ HIC VFWAPI ICGetDisplayFormat(HIC hic, LPBITMAPINFOHEADER lpbiIn, LPBITMAPINFOHE
#define ICGetStateSize(hic) \
ICGetState(hic, NULL, 0)
static
DWORD
inline
ICGetDefaultQuality
(
HIC
hic
)
inline
static
DWORD
ICGetDefaultQuality
(
HIC
hic
)
{
DWORD
dwICValue
;
ICSendMessage
(
hic
,
ICM_GETDEFAULTQUALITY
,
(
DWORD
)(
LPVOID
)
&
dwICValue
,
sizeof
(
DWORD
));
return
dwICValue
;
}
static
DWORD
inline
ICGetDefaultKeyFrameRate
(
HIC
hic
)
inline
static
DWORD
ICGetDefaultKeyFrameRate
(
HIC
hic
)
{
DWORD
dwICValue
;
ICSendMessage
(
hic
,
ICM_GETDEFAULTKEYFRAMERATE
,
(
DWORD
)(
LPVOID
)
&
dwICValue
,
sizeof
(
DWORD
));
...
...
@@ -719,7 +721,7 @@ typedef struct {
DWORD
VFWAPIV
ICDraw
(
HIC
hic
,
DWORD
dwFlags
,
LPVOID
lpFormat
,
LPVOID
lpData
,
DWORD
cbData
,
LONG
lTime
);
static
LRESULT
VFWAPI
inline
ICDrawSuggestFormat
(
HIC
hic
,
LPBITMAPINFOHEADER
lpbiIn
,
inline
static
LRESULT
VFWAPI
ICDrawSuggestFormat
(
HIC
hic
,
LPBITMAPINFOHEADER
lpbiIn
,
LPBITMAPINFOHEADER
lpbiOut
,
int
dxSrc
,
int
dySrc
,
int
dxDst
,
int
dyDst
,
...
...
@@ -776,7 +778,7 @@ static LRESULT VFWAPI inline ICDrawSuggestFormat(HIC hic, LPBITMAPINFOHEADER lpb
#define ICDrawRenderBuffer(hic) \
ICSendMessage(hic, ICM_DRAW_RENDERBUFFER, 0, 0)
static
LRESULT
VFWAPI
inline
ICSetStatusProc
(
HIC
hic
,
DWORD
dwFlags
,
LRESULT
lParam
,
inline
static
LRESULT
VFWAPI
ICSetStatusProc
(
HIC
hic
,
DWORD
dwFlags
,
LRESULT
lParam
,
LONG
(
CALLBACK
*
fpfnStatus
)(
LPARAM
,
UINT
,
LONG
))
{
ICSETSTATUSPROC
ic
;
...
...
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