Zebediah Figura (@zfigura) commented about dlls/ntdll/tests/pipe.c:
CloseHandle(hdirectory);
}
+enum {
- TestTodoWine = 1,
+};
+struct pipe_name_test {
- const WCHAR *name;
- NTSTATUS status;
- int flags;
- const WCHAR *no_open_name;
+};
No need for this flags enum; just use a bool variable.
(Also, usual Wine style has braces on a new line.)