Trying to figure out how to implement my WINC like compatibility layer. Going the emulation way is probably not so smart. We should not use the kernel but rather hook native functions in the Exec calls.
EXPORTS
Read1 @ 1 NONAME
Read2 @ 2 NONAME
Read3 @ 3 NONAME
Read4 @ 4 NONAME
Read5 @ 5 NONAME
Read6 @ 6 NONAME
Read7 @ 7 NONAME
Read8 @ 8 NONAME
Read9 @ 9 NONAME
GetDataAddress @ 10 NONAME
GetSizeOfData @ 11 NONAME