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
70eb9e24
Commit
70eb9e24
authored
Dec 25, 2007
by
Rob Shearman
Committed by
Alexandre Julliard
Dec 26, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove semi-colons from the end of cpp_quote statements as MIDL likes them.
parent
3e5f7457
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
+16
-16
d3d10.idl
include/d3d10.idl
+7
-7
msinkaut.idl
include/msinkaut.idl
+2
-2
oleacc.idl
include/oleacc.idl
+5
-5
irot.idl
include/wine/irot.idl
+2
-2
No files found.
include/d3d10.idl
View file @
70eb9e24
...
...
@@ -20,8 +20,8 @@ import "oaidl.idl";
import
"ocidl.idl"
;
import
"dxgi.idl"
;
cpp_quote
(
"#ifndef _D3D10_CONSTANTS"
)
;
cpp_quote
(
"#define _D3D10_CONSTANTS"
)
;
cpp_quote
(
"#ifndef _D3D10_CONSTANTS"
)
cpp_quote
(
"#define _D3D10_CONSTANTS"
)
const
float
D3D10_DEFAULT_BLEND_FACTOR_ALPHA
=
1.0
;
const
float
D3D10_DEFAULT_BLEND_FACTOR_BLUE
=
1.0
;
const
float
D3D10_DEFAULT_BLEND_FACTOR_GREEN
=
1.0
;
...
...
@@ -238,7 +238,7 @@ const unsigned int D3D_MINOR_VERSION
const
unsigned
int
D3D_SPEC_DATE_DAY
=
8
;
const
unsigned
int
D3D_SPEC_DATE_MONTH
=
8
;
const
unsigned
int
D3D_SPEC_DATE_YEAR
=
2006
;
cpp_quote
(
"#endif"
)
;
cpp_quote
(
"#endif"
)
const
unsigned
int
D3D10_APPEND_ALIGNED_ELEMENT
=
0
xffffffff
;
const
unsigned
int
_FACD3D10
=
0
x87
;
...
...
@@ -246,10 +246,10 @@ const unsigned int _FACD3D10DEBUG
const
unsigned
int
D3D10_FILTER_TYPE_MASK
=
0
x3
;
const
unsigned
int
D3D10_SDK_VERSION
=
29
;
cpp_quote
(
"#define MAKE_D3D10_HRESULT(code) MAKE_HRESULT( 1, _FACD3D10, code)"
)
;
cpp_quote
(
"#define MAKE_D3D10_STATUS(code) MAKE_HRESULT( 0, _FACD3D10, code)"
)
;
cpp_quote
(
"#define D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS MAKE_D3D10_HRESULT(1)"
)
;
cpp_quote
(
"#define D3D10_ERROR_FILE_NOT_FOUND MAKE_D3D10_HRESULT(2)"
)
;
cpp_quote
(
"#define MAKE_D3D10_HRESULT(code) MAKE_HRESULT( 1, _FACD3D10, code)"
)
cpp_quote
(
"#define MAKE_D3D10_STATUS(code) MAKE_HRESULT( 0, _FACD3D10, code)"
)
cpp_quote
(
"#define D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS MAKE_D3D10_HRESULT(1)"
)
cpp_quote
(
"#define D3D10_ERROR_FILE_NOT_FOUND MAKE_D3D10_HRESULT(2)"
)
typedef
enum
D3D10_BLEND
{
D3D10_BLEND_ZERO
=
1
,
...
...
include/msinkaut.idl
View file @
70eb9e24
...
...
@@ -130,7 +130,7 @@ library MSINKAUTLib
[
out
,
retval
]
IInkDrawingAttributes
**
DrawingAttributes
)
;
}
;
cpp_quote
(
"#ifndef _WINGDI_"
)
;
cpp_quote
(
"#ifndef _WINGDI_"
)
/*
already
defined
in
wingdi
.
h
but
needed
for
WIDL
*/
typedef
struct
tagXFORM
{
single
eM11
;
...
...
@@ -140,7 +140,7 @@ cpp_quote("#ifndef _WINGDI_");
single
eDx
;
single
eDy
;
}
XFORM
;
cpp_quote
(
"#endif /* _WINGDI_ */"
)
;
cpp_quote
(
"#endif /* _WINGDI_ */"
)
[
odl
,
...
...
include/oleacc.idl
View file @
70eb9e24
...
...
@@ -172,9 +172,9 @@ cpp_quote("HRESULT WINAPI CreateStdAccessibleProxyA(HWND,LPCSTR,LONG,REFIID,void
cpp_quote
(
"HRESULT WINAPI CreateStdAccessibleProxyW(HWND,LPCWSTR,LONG,REFIID,void **);"
)
cpp_quote
(
"#define CreateStdAccessibleProxy WINELIB_NAME_AW(CreateStdAccessibleProxy)"
)
cpp_quote
(
"UINT WINAPI GetRoleTextA(DWORD,LPSTR,UINT);"
)
;
cpp_quote
(
"UINT WINAPI GetRoleTextW(DWORD,LPWSTR,UINT);"
)
;
cpp_quote
(
"#define GetRoleText WINELIB_NAME_AW(GetRoleText)"
)
;
cpp_quote
(
"UINT WINAPI GetStateTextA(DWORD,LPSTR,UINT);"
)
;
cpp_quote
(
"UINT WINAPI GetStateTextW(DWORD,LPWSTR,UINT);"
)
;
cpp_quote
(
"UINT WINAPI GetRoleTextA(DWORD,LPSTR,UINT);"
)
cpp_quote
(
"UINT WINAPI GetRoleTextW(DWORD,LPWSTR,UINT);"
)
cpp_quote
(
"#define GetRoleText WINELIB_NAME_AW(GetRoleText)"
)
cpp_quote
(
"UINT WINAPI GetStateTextA(DWORD,LPSTR,UINT);"
)
cpp_quote
(
"UINT WINAPI GetStateTextW(DWORD,LPWSTR,UINT);"
)
cpp_quote
(
"#define GetStateText WINELIB_NAME_AW(GetStateText)"
)
include/wine/irot.idl
View file @
70eb9e24
...
...
@@ -18,8 +18,8 @@
import
"wtypes.idl"
;
cpp_quote
(
"#define IROT_PROTSEQ {'n','c','a','l','r','p','c',0}"
)
;
cpp_quote
(
"#define IROT_ENDPOINT {'i','r','o','t',0}"
)
;
cpp_quote
(
"#define IROT_PROTSEQ {'n','c','a','l','r','p','c',0}"
)
cpp_quote
(
"#define IROT_ENDPOINT {'i','r','o','t',0}"
)
typedef
struct
tagMonikerComparisonData
{
ULONG
ulCntData
;
...
...
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