Jacek Caban : ole32/tests: Don't use bitfield for called_todo.
13 Sep
2023
13 Sep
'23
9:22 p.m.
Module: wine Branch: master Commit: 3d50c79b64678dc5998021315f0c8e5f761714ac URL: https://gitlab.winehq.org/wine/wine/-/commit/3d50c79b64678dc5998021315f0c8e5... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Sep 13 12:15:38 2023 +0200 ole32/tests: Don't use bitfield for called_todo. --- dlls/ole32/tests/dragdrop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ole32/tests/dragdrop.c b/dlls/ole32/tests/dragdrop.c index cc24efdcbd2..bd63c11401f 100644 --- a/dlls/ole32/tests/dragdrop.c +++ b/dlls/ole32/tests/dragdrop.c @@ -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;
827
Age (days ago)
827
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard