Commit 3d50c79b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ole32/tests: Don't use bitfield for called_todo.

parent 7848941a
......@@ -72,7 +72,7 @@ struct method_call
HRESULT set_ret;
DWORD set_param;
int called_todo : 1;
BOOL called_todo;
};
const struct method_call *call_ptr;
......
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