more windows loading fixes
parent
014163e27b
commit
f738a4dc4e
|
@ -2,7 +2,7 @@ USING: alien alien.c-types alien.data alien.syntax arrays continuations
|
|||
destructors generic io.mmap io.ports io.backend.windows io.files.windows
|
||||
kernel libc math math.bitwise namespaces quotations sequences windows
|
||||
windows.advapi32 windows.kernel32 windows.types io.backend system accessors
|
||||
io.backend.windows.privileges windows.errors ;
|
||||
io.backend.windows.privileges classes.struct windows.errors ;
|
||||
IN: io.backend.windows.nt.privileges
|
||||
|
||||
TYPEDEF: TOKEN_PRIVILEGES* PTOKEN_PRIVILEGES
|
||||
|
|
|
@ -204,8 +204,8 @@ CONSTANT: MAX_PROTOCOL_CHAIN 7
|
|||
|
||||
STRUCT: WSAPROTOCOLCHAIN
|
||||
{ ChainLen int }
|
||||
! { ChainEntries { DWORD MAX_PROTOCOL_CHAIN } } ;
|
||||
{ ChainEntries { DWORD 7 } } ;
|
||||
! { ChainEntries { DWORD MAX_PROTOCOL_CHAIN } } ;
|
||||
TYPEDEF: WSAPROTOCOLCHAIN* LPWSAPROTOCOLCHAIN
|
||||
|
||||
CONSTANT: WSAPROTOCOL_LEN 255
|
||||
|
|
Loading…
Reference in New Issue