j
k
j a
j l
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;
}
+static UINT PROGRESS_SetState (HWND hwnd, PROGRESS_INFO *infoPtr, UINT state) +{
Let's add a new line after the variable declaration.
Back to the thread
Back to the list