rpcrt4: Cast-qual warnings fix.
This commit is contained in:
parent
a0e9fc872f
commit
b011a4eecd
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(ole);
|
WINE_DEFAULT_DEBUG_CHANNEL(ole);
|
||||||
|
|
||||||
#define STUB_HEADER(This) (((CInterfaceStubHeader*)((This)->lpVtbl))[-1])
|
#define STUB_HEADER(This) (((const CInterfaceStubHeader*)((This)->lpVtbl))[-1])
|
||||||
|
|
||||||
static WINE_EXCEPTION_FILTER(stub_filter)
|
static WINE_EXCEPTION_FILTER(stub_filter)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue