include: Remove semi-colons from the end of cpp_quote statements as MIDL likes them.
This commit is contained in:
parent
3e5f7457f6
commit
70eb9e247e
|
@ -20,8 +20,8 @@ import "oaidl.idl";
|
||||||
import "ocidl.idl";
|
import "ocidl.idl";
|
||||||
import "dxgi.idl";
|
import "dxgi.idl";
|
||||||
|
|
||||||
cpp_quote("#ifndef _D3D10_CONSTANTS");
|
cpp_quote("#ifndef _D3D10_CONSTANTS")
|
||||||
cpp_quote("#define _D3D10_CONSTANTS");
|
cpp_quote("#define _D3D10_CONSTANTS")
|
||||||
const float D3D10_DEFAULT_BLEND_FACTOR_ALPHA = 1.0;
|
const float D3D10_DEFAULT_BLEND_FACTOR_ALPHA = 1.0;
|
||||||
const float D3D10_DEFAULT_BLEND_FACTOR_BLUE = 1.0;
|
const float D3D10_DEFAULT_BLEND_FACTOR_BLUE = 1.0;
|
||||||
const float D3D10_DEFAULT_BLEND_FACTOR_GREEN = 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_DAY = 8;
|
||||||
const unsigned int D3D_SPEC_DATE_MONTH = 8;
|
const unsigned int D3D_SPEC_DATE_MONTH = 8;
|
||||||
const unsigned int D3D_SPEC_DATE_YEAR = 2006;
|
const unsigned int D3D_SPEC_DATE_YEAR = 2006;
|
||||||
cpp_quote("#endif");
|
cpp_quote("#endif")
|
||||||
|
|
||||||
const unsigned int D3D10_APPEND_ALIGNED_ELEMENT = 0xffffffff;
|
const unsigned int D3D10_APPEND_ALIGNED_ELEMENT = 0xffffffff;
|
||||||
const unsigned int _FACD3D10 = 0x87;
|
const unsigned int _FACD3D10 = 0x87;
|
||||||
|
@ -246,10 +246,10 @@ const unsigned int _FACD3D10DEBUG
|
||||||
const unsigned int D3D10_FILTER_TYPE_MASK = 0x3;
|
const unsigned int D3D10_FILTER_TYPE_MASK = 0x3;
|
||||||
const unsigned int D3D10_SDK_VERSION = 29;
|
const unsigned int D3D10_SDK_VERSION = 29;
|
||||||
|
|
||||||
cpp_quote("#define MAKE_D3D10_HRESULT(code) MAKE_HRESULT( 1, _FACD3D10, code)");
|
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 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_TOO_MANY_UNIQUE_STATE_OBJECTS MAKE_D3D10_HRESULT(1)")
|
||||||
cpp_quote("#define D3D10_ERROR_FILE_NOT_FOUND MAKE_D3D10_HRESULT(2)");
|
cpp_quote("#define D3D10_ERROR_FILE_NOT_FOUND MAKE_D3D10_HRESULT(2)")
|
||||||
|
|
||||||
typedef enum D3D10_BLEND {
|
typedef enum D3D10_BLEND {
|
||||||
D3D10_BLEND_ZERO = 1,
|
D3D10_BLEND_ZERO = 1,
|
||||||
|
|
|
@ -130,7 +130,7 @@ library MSINKAUTLib
|
||||||
[out, retval] IInkDrawingAttributes** DrawingAttributes);
|
[out, retval] IInkDrawingAttributes** DrawingAttributes);
|
||||||
};
|
};
|
||||||
|
|
||||||
cpp_quote("#ifndef _WINGDI_");
|
cpp_quote("#ifndef _WINGDI_")
|
||||||
/* already defined in wingdi.h but needed for WIDL */
|
/* already defined in wingdi.h but needed for WIDL */
|
||||||
typedef struct tagXFORM {
|
typedef struct tagXFORM {
|
||||||
single eM11;
|
single eM11;
|
||||||
|
@ -140,7 +140,7 @@ cpp_quote("#ifndef _WINGDI_");
|
||||||
single eDx;
|
single eDx;
|
||||||
single eDy;
|
single eDy;
|
||||||
} XFORM;
|
} XFORM;
|
||||||
cpp_quote("#endif /* _WINGDI_ */");
|
cpp_quote("#endif /* _WINGDI_ */")
|
||||||
|
|
||||||
[
|
[
|
||||||
odl,
|
odl,
|
||||||
|
|
|
@ -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("HRESULT WINAPI CreateStdAccessibleProxyW(HWND,LPCWSTR,LONG,REFIID,void **);")
|
||||||
cpp_quote("#define CreateStdAccessibleProxy WINELIB_NAME_AW(CreateStdAccessibleProxy)")
|
cpp_quote("#define CreateStdAccessibleProxy WINELIB_NAME_AW(CreateStdAccessibleProxy)")
|
||||||
|
|
||||||
cpp_quote("UINT WINAPI GetRoleTextA(DWORD,LPSTR,UINT);");
|
cpp_quote("UINT WINAPI GetRoleTextA(DWORD,LPSTR,UINT);")
|
||||||
cpp_quote("UINT WINAPI GetRoleTextW(DWORD,LPWSTR,UINT);");
|
cpp_quote("UINT WINAPI GetRoleTextW(DWORD,LPWSTR,UINT);")
|
||||||
cpp_quote("#define GetRoleText WINELIB_NAME_AW(GetRoleText)");
|
cpp_quote("#define GetRoleText WINELIB_NAME_AW(GetRoleText)")
|
||||||
cpp_quote("UINT WINAPI GetStateTextA(DWORD,LPSTR,UINT);");
|
cpp_quote("UINT WINAPI GetStateTextA(DWORD,LPSTR,UINT);")
|
||||||
cpp_quote("UINT WINAPI GetStateTextW(DWORD,LPWSTR,UINT);");
|
cpp_quote("UINT WINAPI GetStateTextW(DWORD,LPWSTR,UINT);")
|
||||||
cpp_quote("#define GetStateText WINELIB_NAME_AW(GetStateText)")
|
cpp_quote("#define GetStateText WINELIB_NAME_AW(GetStateText)")
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
import "wtypes.idl";
|
import "wtypes.idl";
|
||||||
|
|
||||||
cpp_quote("#define IROT_PROTSEQ {'n','c','a','l','r','p','c',0}");
|
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_ENDPOINT {'i','r','o','t',0}")
|
||||||
|
|
||||||
typedef struct tagMonikerComparisonData {
|
typedef struct tagMonikerComparisonData {
|
||||||
ULONG ulCntData;
|
ULONG ulCntData;
|
||||||
|
|
Loading…
Reference in New Issue