2 Aug
2024
2 Aug
'24
1:04 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/progress.c:
} }
+static UINT PROGRESS_SetState (HWND hwnd, PROGRESS_INFO *infoPtr, UINT state) +{ + UINT prev_state = infoPtr->State;
Let's add a new line after the variable declaration. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6186#note_77656