Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Mayr
wine
Commits
70eb9e24
Commit
70eb9e24
authored
17 years ago
by
Robert Shearman
Committed by
Alexandre Julliard
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
include: Remove semi-colons from the end of cpp_quote statements as MIDL likes them.
parent
3e5f7457
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
include/d3d10.idl
+7
-7
7 additions, 7 deletions
include/d3d10.idl
include/msinkaut.idl
+2
-2
2 additions, 2 deletions
include/msinkaut.idl
include/oleacc.idl
+5
-5
5 additions, 5 deletions
include/oleacc.idl
include/wine/irot.idl
+2
-2
2 additions, 2 deletions
include/wine/irot.idl
with
16 additions
and
16 deletions
include/d3d10.idl
+
7
−
7
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
,
...
...
This diff is collapsed.
Click to expand it.
include/msinkaut.idl
+
2
−
2
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
,
...
...
This diff is collapsed.
Click to expand it.
include/oleacc.idl
+
5
−
5
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)"
)
This diff is collapsed.
Click to expand it.
include/wine/irot.idl
+
2
−
2
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment