VirtualBox

Changeset 96728 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Sep 14, 2022 9:12:39 AM (2 years ago)
Author:
vboxsync
Message:

Add/Nt/Installer: Added a crude hack to suppress the WQHL dialog on windows 2000 and XP. [missing header change] bugref:10261 bugref:8691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/include/NoCrtOutput.h

    r96605 r96728  
    130130
    131131
     132DECLINLINE(int) ErrorMsgSU(const char *pszMsg1, uint64_t uValue1)
     133{
     134    ErrorMsgBegin(pszMsg1);
     135    ErrorMsgU64(uValue1);
     136    return ErrorMsgEnd(NULL);
     137}
     138
     139
    132140DECLINLINE(int) ErrorMsgSWS(const char *pszMsg1, const wchar_t *pwszMsg2, const char *pszMsg3)
    133141{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette