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.