Changeset 96728 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Sep 14, 2022 9:12:39 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/include/NoCrtOutput.h
r96605 r96728 130 130 131 131 132 DECLINLINE(int) ErrorMsgSU(const char *pszMsg1, uint64_t uValue1) 133 { 134 ErrorMsgBegin(pszMsg1); 135 ErrorMsgU64(uValue1); 136 return ErrorMsgEnd(NULL); 137 } 138 139 132 140 DECLINLINE(int) ErrorMsgSWS(const char *pszMsg1, const wchar_t *pwszMsg2, const char *pszMsg3) 133 141 {
Note:
See TracChangeset
for help on using the changeset viewer.