Jinoh Kang (@iamahuman) commented about dlls/ntdll/tests/file.c:
DeleteFileA(source);
}
+static void test_create_wait_completion_packet(void) +{
- UNICODE_STRING name = RTL_CONSTANT_STRING(L"\BaseNamedObjects\test_create_waitcompletionpacket");
- HANDLE handle, handle2;
- OBJECT_ATTRIBUTES attr;
- NTSTATUS status;
- if (!pNtCreateWaitCompletionPacket)
- {
todo_wine
`win_skip()` does not recognize `todo_wine`. You're looking for `skip()`.