kilbouri/Irvine32-Plus-Plus

Output no longer works on Linux via Wine

Closed this issue · 1 comments

When using this library with wine, no output is displayed anymore. I believe this is because you hardcoded fd 11 as the source to write to, as opposed to getting the fd from the relevant syscall

Resolved by using consoleOutHandle, which is initialized using GetStdHandle, instead of a hard-coded -11 as the file handle.

Change applied in this commit