win32 fixes

cvs
Mackenzie Straight 2005-06-09 02:32:45 +00:00
parent fb53d7741c
commit b3a33ff4dd
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ USE: math
USE: parser USE: parser
USE: alien USE: alien
USE: words USE: words
USE: sequences
: CONSTANT: CREATE : CONSTANT: CREATE
[ [ [ swons ] each ] cons define-compound POSTPONE: parsing ] [ [ [ swons ] each ] cons define-compound POSTPONE: parsing ]

View File

@ -25,7 +25,7 @@
IN: win32-stream IN: win32-stream
USING: alien errors generic kernel kernel-internals lists math namespaces USING: alien errors generic kernel kernel-internals lists math namespaces
prettyprint stdio streams strings threads unparser win32-api prettyprint sequences stdio streams strings threads unparser win32-api
win32-io-internals io-internals ; win32-io-internals io-internals ;
TUPLE: win32-server this ; TUPLE: win32-server this ;