VirtualBox

vbox的更動 96728 路徑 trunk/src/VBox/Additions/WINNT


忽略:
時間撮記:
2022-9-14 上午09:12:39 (2 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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{
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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