1
0
Fork 0
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:
Alain Magloire 2002-10-22 00:27:56 +00:00
parent 80238aadc8
commit 4751974b96

View file

@ -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);
}