Closed mintyfresh closed 8 years ago
This fixes 64-bit builds on windows, where writeBufferw.length is a ulong.
writeBufferw.length
ulong
Previously,
source\terminal.d(1027,18): Error: function core.sys.windows.windows.WriteConsoleW (void* hConsoleOutput, const(void*) lpBuffer, uint nNumberOfCharsToWrite, uint* lpNumberOfCharsWritten, void* lpReserved) is not callable using argument types (void*, immutable(wchar)*, ulong, uint*, typeof(null))
Fixed in PR #22
This fixes 64-bit builds on windows, where
writeBufferw.length
is aulong
.Previously,