VirtualBox

儲存庫 vbox 的更動 108303


忽略:
時間撮記:
2025-2-19 下午04:13:33 (4 週 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
167647
訊息:

VBoxSVC/Win: Emphasize that this is a character and not an rc in WinMain (renaming).

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-server/win/svcmain.cpp

    r108301 r108303  
    973973    AssertRC(vrc);
    974974
     975    char            ch;
    975976    RTGETOPTUNION   ValueUnion;
    976     while ((vrc = RTGetOpt(&GetOptState, &ValueUnion)))
    977     {
    978         switch (vrc)
     977    while ((ch = RTGetOpt(&GetOptState, &ValueUnion)))
     978    {
     979        switch (ch)
    979980        {
    980981            case 'e':
     
    10561057                 * true for standard Windows applications. */
    10571058                /* continue on command line errors... */
    1058                 RTGetOptPrintError(vrc, &ValueUnion);
     1059                RTGetOptPrintError(ch, &ValueUnion);
    10591060        }
    10601061    }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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