mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
get the result code of the process.
This commit is contained in:
parent
80238aadc8
commit
4751974b96
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ JNIEXPORT jint JNICALL Java_org_eclipse_cdt_utils_spawner_Spawner_waitFor
|
|||
|
||||
if (what == WAIT_OBJECT_0)
|
||||
{
|
||||
GetExitCodeProcess((void *)(pCurProcInfo -> pid), &exit_code);
|
||||
GetExitCodeProcess(hProc, &exit_code);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue