5 Aug
2024
5 Aug
'24
2:25 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/progress.c:
+#include "vssym32.h"
#include "wine/test.h" - #include "v6util.h" +#include "msg.h"
static HWND hProgressParentWnd; static const char progressTestClass[] = "ProgressBarTestClass"; static BOOL (WINAPI *pInitCommonControlsEx)(const INITCOMMONCONTROLSEX*);
+/* For message tests */ +enum seq_index +{ + CHILD_SEQ_INDEX, + PARENT_SEQ_INDEX, PARENT_SEQ_INDEX is not used.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6186#note_77797