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

This commit is contained in:
Jacek Caban 2023-09-13 12:15:38 +02:00 committed by Alexandre Julliard
parent 7848941a45
commit 3d50c79b64

View file

@ -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;