Commit d0820c18 authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

oleaut32: Use the symbolic name for TYPEFLAG_FDISPATCHABLE.

parent 77200fd8
......@@ -1225,7 +1225,7 @@ static HRESULT WINAPI ICreateTypeInfo2_fnSetTypeFlags(ICreateTypeInfo2 *iface, U
This->typeinfo->flags = uTypeFlags;
if (uTypeFlags & 0x1000) {
if (uTypeFlags & TYPEFLAG_FDISPATCHABLE) {
MSFT_GuidEntry foo;
int guidoffset;
int fileoffset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment