eric pouech (@epo) commented about dlls/kernel32/tests/toolhelp.c:
test_module(info32.dwProcessId, msinfo32_64_expected_modules,ARRAY_SIZE(msinfo32_64_expected_modules), FALSE);test_module32_only(pid);TerminateProcess(info32.hProcess, 0);}else{if (GetLastError() == ERROR_FILE_NOT_FOUND)skip("Skip wow64 test on non compatible platform\n");elseok(ret, "wow64 CreateProcess failed: %#lx\n", GetLastError());}- }
- else
- {
// what happens if TH32CS_SNAPMODULE32 is set on 32bit?
please don't use // comments