]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/launcher/windows/windows.factor
alien.data: remove second quotation parameter from with-out-parameters, now all value...
[factor.git] / basis / io / launcher / windows / windows.factor
index cc9e52a1898214ad213e702eb9dc46f16e631a24..ecf730716ad7f1b882c4272940ff8926b283c90f 100755 (executable)
@@ -159,7 +159,7 @@ M: windows kill-process* ( handle -- )
 
 : exit-code ( process -- n )
     hProcess>>
-    { DWORD } [ GetExitCodeProcess ] [ ] with-out-parameters
+    { DWORD } [ GetExitCodeProcess ] with-out-parameters
     swap win32-error=0/f ;
 
 : process-exited ( process -- )