Win32OperatingSystem.st
changeset 13790 cbd36ac7255e
parent 13786 c7b1422f915d
child 13954 3ecd17f19f84
--- a/Win32OperatingSystem.st	Sat Oct 08 10:43:39 2011 +0200
+++ b/Win32OperatingSystem.st	Sat Oct 08 11:01:59 2011 +0200
@@ -3709,7 +3709,7 @@
 #ifdef PROCESSDEBUGWIN32
 	    console_fprintf(stderr, "create process cmdPath:<%s> cmdLine:<%s> in <%s>\n", cmdPath, cmdLine, dir);
 #endif
-	    if (CreateProcess(  cmdPath,
+	    if (CreateProcessA( cmdPath,
 				cmdLine,
 				&securityAttributes, NULL /* &securityAttributes */,
 				securityAttributes.bInheritHandle,      /* inherit handles */
@@ -16418,12 +16418,12 @@
 !Win32OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.430 2011-10-07 21:51:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.431 2011-10-08 09:01:59 cg Exp $'
 !
 
 version_CVS
 
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.430 2011-10-07 21:51:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.431 2011-10-08 09:01:59 cg Exp $'
 !
 
 version_SVN