mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fixed the check for a created first thread.
svn path=/trunk/; revision=14836
This commit is contained in:
@@ -1398,7 +1398,7 @@ CreateProcessW(LPCWSTR lpApplicationName,
|
||||
(PVOID)((ULONG_PTR)ImageBaseAddress + Sii.EntryPoint),
|
||||
dwCreationFlags,
|
||||
&lpProcessInformation->dwThreadId);
|
||||
if (hThread == INVALID_HANDLE_VALUE)
|
||||
if (hThread == NULL)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user