VirtualBox

儲存庫 vbox 的更動 12355


忽略:
時間撮記:
2008-9-10 下午01:09:23 (16 年 以前)
作者:
vboxsync
訊息:

build fix.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r12354 r12355  
    473473                     * write blocked, wait ...
    474474                     */
    475                     dwRet = WaitForMultipleObjects(2, ahWait, FALSE, INFINITE);
     475                    dwRet = WaitForMultipleObjects(2, haWait, FALSE, INFINITE);
    476476                    if (dwRet != WAIT_OBJECT_0)
    477477                    {
     
    553553#ifdef RT_OS_WINDOWS
    554554    /* Make sure that the halt event sempahore is resetted. */
    555     DWORD dwRet = WaitForSingleObject(pThis->hHaltEventSem, 0)
     555    DWORD dwRet = WaitForSingleObject(pThis->hHaltEventSem, 0);
    556556
    557557    HANDLE ahWait[2];
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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