VirtualBox

Changeset 39984 in vbox for trunk/src/VBox/ImageMounter


Ignore:
Timestamp:
Feb 3, 2012 1:07:56 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76084
Message:

VBoxFUSE: Build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp

    r38636 r39984  
    4343#endif
    4444
    45 #include <VBox/VBoxHDD.h>
     45#include <VBox/vd.h>
    4646#include <VBox/log.h>
    4747#include <VBox/err.h>
     
    520520     */
    521521    char *pszFormat;
    522     rc = VDGetFormat(NULL /* pVDIIfsDisk */, pszImage, &pszFormat);
     522    VDTYPE enmType;
     523    rc = VDGetFormat(NULL /* pVDIIfsDisk */, NULL /* pVDIIfsImage*/, pszImage, &pszFormat, &enmType);
    523524    if (RT_FAILURE(rc))
    524525    {
     
    528529
    529530    PVBOXHDD pDisk = NULL;
    530     rc = VDCreate(NULL /* pVDIIfsDisk */, &pDisk);
     531    rc = VDCreate(NULL /* pVDIIfsDisk */, enmType, &pDisk);
    531532    if (RT_SUCCESS(rc))
    532533    {
Note: See TracChangeset for help on using the changeset viewer.

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