Hmm, build of Odin dies with lots of errors like,
K:/work/odin/trunk/src/kernel32/console.cpp:1627:1: error: narrowing conversion
of '144' from 'int' to 'char' [-Wnarrowing]
K:/work/odin/trunk/src/kernel32/console.cpp:1627:1: error: narrowing conversion
of '128' from 'int' to 'char' [-Wnarrowing]
Thought CHAR was defined as 0..255, not 0..127. Use UCHAR? Or uCHAR?