Changeset 96415 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Aug 22, 2022 8:28:16 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/nocrt-fatal-write-win.cpp
r96407 r96415 52 52 { 53 53 DWORD cbIgn; 54 WriteFile(GetStdHandle(STD_ERROR_HANDLE 54 WriteFile(GetStdHandle(STD_ERROR_HANDLE), pchMsg, (DWORD)cchMsg, &cbIgn, NULL); 55 55 } 56 56
Note:
See TracChangeset
for help on using the changeset viewer.