]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/sockets/windows/nt/nt.factor
Various Windows load fixes
[factor.git] / basis / io / sockets / windows / nt / nt.factor
index 937dae347ac379f405d5ffbe7b150ed49fc1bb1f..0dd85954acb222857fc4b31f3e1e00e7a31b9469 100755 (executable)
@@ -3,7 +3,8 @@ continuations destructors io.ports io.timeouts io.sockets
 io.sockets.private io namespaces io.streams.duplex
 io.backend.windows io.sockets.windows io.backend.windows.nt
 windows.winsock kernel libc math sequences threads system
-combinators accessors classes.struct windows.kernel32 ;
+combinators accessors classes.struct windows.kernel32
+windows.types ;
 IN: io.sockets.windows.nt
 
 : malloc-int ( n -- alien )