We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce189f commit ba93ceaCopy full SHA for ba93cea
1 file changed
dll/win32/msvcrt/process.c
@@ -50,7 +50,9 @@ static void msvcrt_search_executable(const wchar_t *name, wchar_t *fullname, int
50
int extension = 1;
51
52
*fullname = '\0';
53
+#ifndef __REACTOS__
54
msvcrt_set_errno(ERROR_FILE_NOT_FOUND);
55
+#endif
56
57
end = name + MAX_PATH - 1;
58
for(p = name; p < end; p++)
0 commit comments