oleaut32: Use the symbolic name for TYPEFLAG_FDISPATCHABLE.
This commit is contained in:
parent
77200fd802
commit
d0820c1840
|
@ -1225,7 +1225,7 @@ static HRESULT WINAPI ICreateTypeInfo2_fnSetTypeFlags(ICreateTypeInfo2 *iface, U
|
||||||
|
|
||||||
This->typeinfo->flags = uTypeFlags;
|
This->typeinfo->flags = uTypeFlags;
|
||||||
|
|
||||||
if (uTypeFlags & 0x1000) {
|
if (uTypeFlags & TYPEFLAG_FDISPATCHABLE) {
|
||||||
MSFT_GuidEntry foo;
|
MSFT_GuidEntry foo;
|
||||||
int guidoffset;
|
int guidoffset;
|
||||||
int fileoffset;
|
int fileoffset;
|
||||||
|
|
Loading…
Reference in New Issue