]> gitweb.factorcode.org Git - factor.git/blob - extra/windows/errors/errors.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / windows / errors / errors.factor
1 USING: kernel ;
2 IN: windows.errors 
3
4 : ERROR_SUCCESS 0 ; inline
5 : ERROR_HANDLE_EOF 38 ; inline
6 : ERROR_BROKEN_PIPE 109 ; inline
7 : ERROR_IO_INCOMPLETE 996 ; inline
8 : ERROR_IO_PENDING 997 ; inline
9