## winix-types.pkg
# This is the OS package (s) with only types, for compiling APIs.
package os {
package W32G = win32_general
type System_Error = W32G::word
package process {
type status = W32G::word
}
package io {
enum Iod = IODESC of Ref( win32_general::hndl )
| SockDesc of Int
}
};
package PreOS = os;
## COPYRIGHT (c) 1996 Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.