mirror of https://github.com/adamdruppe/arsd.git
oops broke win64
This commit is contained in:
parent
e87f9445f5
commit
f32b147e19
|
@ -4801,7 +4801,7 @@ class WindowsApiException : Exception {
|
||||||
|
|
||||||
buffer[pos++] = ' ';
|
buffer[pos++] = ' ';
|
||||||
|
|
||||||
size_t size = FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, null, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), &(buffer[pos]), buffer.length - pos, null);
|
size_t size = FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, null, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), &(buffer[pos]), cast(DWORD) buffer.length - pos, null);
|
||||||
|
|
||||||
pos += size;
|
pos += size;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue