rpcrt4: Cast-qual warnings fix.

This commit is contained in:
Andrew Talbot 2006-11-11 14:56:45 +00:00 committed by Alexandre Julliard
parent a0e9fc872f
commit b011a4eecd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
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)
{