]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/launcher/windows/windows.factor
Update Windows for word renames, fix lint errors
[factor.git] / basis / io / launcher / windows / windows.factor
index 5b2bde094691a6073d04ce0538a5d179b36f48f5..4cc602894441d47a6201d6d66a9d17b794367a0f 100755 (executable)
@@ -28,7 +28,7 @@ TUPLE: CreateProcess-args
 : default-CreateProcess-args ( -- obj )
     CreateProcess-args new
         STARTUPINFO <struct>
-        dup class heap-size >>cb
+        dup class-of heap-size >>cb
     >>lpStartupInfo
     PROCESS_INFORMATION <struct> >>lpProcessInformation
     TRUE >>bInheritHandles