mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
oops broke win64
This commit is contained in:
parent
e87f9445f5
commit
f32b147e19
1 changed files with 1 additions and 1 deletions
|
@ -4801,7 +4801,7 @@ class WindowsApiException : Exception {
|
|||
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue