VirtualBox

vbox的更動 43415 路徑 trunk/src/VBox/Additions/haiku


忽略:
時間撮記:
2012-9-24 下午12:18:16 (12 年 以前)
作者:
vboxsync
訊息:

Additions/haiku: build fix.

位置:
trunk/src/VBox/Additions/haiku
檔案:
修改 3 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/haiku/SharedFolders/vboxsf.c

    r43404 r43415  
    991991    NULL,                   /* access */
    992992    vboxsf_read_stat,
    993     vboxsf_write_stat
     993    vboxsf_write_stat,
    994994    NULL,                   /* preallocate */
    995995    vboxsf_create,
  • trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.cpp

    r43405 r43415  
    287287        }
    288288
    289         int rc = VbglR3GetMouseStatus(&fFeatures, &cx, &cy);
     289        rc = VbglR3GetMouseStatus(&fFeatures, &cx, &cy);
    290290        if (   RT_SUCCESS(rc)
    291291            && (fFeatures & VMMDEV_MOUSE_HOST_WANTS_ABSOLUTE))
  • trunk/src/VBox/Additions/haiku/VBoxVideo/driver/driver.cpp

    r43408 r43415  
    162162    LogFlowFunc(("init_hardware\n"));
    163163
    164     status_t err = get_module(VBOXGUEST_MODULE_NAME, (module_info **)&g_VBoxGuest)
     164    status_t err = get_module(VBOXGUEST_MODULE_NAME, (module_info **)&g_VBoxGuest);
    165165    if (err == B_OK)
    166166    {
     
    253253device_hooks* find_device(const char *name)
    254254{
    255     LogFlowFunc(a("find_device\n"));
     255    LogFlowFunc(("find_device\n"));
    256256    if (gCanHasDevice && strcmp(name, gDeviceInfo.name) == 0)
    257257        return &gDeviceHooks;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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