Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Bug 25111 fixing

Chandges are in Win32ProcessEx.c. Attached find an updated binary file.


Index: Win32ProcessEx.c
===================================================================
RCS file: /home/tools/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c,v
retrieving revision 1.2
diff -u -r1.2 Win32ProcessEx.c
--- Win32ProcessEx.c 16 Oct 2002 12:11:04 -0000 1.2
+++ Win32ProcessEx.c 21 Oct 2002 22:04:02 -0000
@@ -539,7 +539,7 @@
 
     if (what == WAIT_OBJECT_0)
   {
-  GetExitCodeProcess((void *)(pCurProcInfo -> pid), &exit_code);
+  GetExitCodeProcess(hProc, &exit_code);
   }
 
 
===============================================

Alex Chapiro

Attachment: spawner.dll
Description: application/msdownload


Back to the top