VirtualBox

Changeset 57399 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 17, 2015 3:36:22 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102163
Message:

build fix

Location:
trunk/src/VBox/Storage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Storage/VDI.cpp

    r57388 r57399  
    24122412    unsigned *paBlocks2 = NULL;
    24132413
    2414     DECLCALLBACK(int) (*pfnParentRead)(void *, uint64_t, void *, size_t) = NULL;
     2414    DECLCALLBACKMEMBER(int, pfnParentRead)(void *, uint64_t, void *, size_t) = NULL;
    24152415    void *pvParent = NULL;
    24162416    PVDINTERFACEPARENTSTATE pIfParentState = VDIfParentStateGet(pVDIfsOperation);
  • TabularUnified trunk/src/VBox/Storage/VHD.cpp

    r57388 r57399  
    24412441    uint32_t *paBlocks = NULL;
    24422442
    2443     DECLCALLBACK(int) (*pfnParentRead)(void *, uint64_t, void *, size_t) = NULL;
     2443    DECLCALLBACKMEMBER(int, pfnParentRead)(void *, uint64_t, void *, size_t) = NULL;
    24442444    void *pvParent = NULL;
    24452445    PVDINTERFACEPARENTSTATE pIfParentState = VDIfParentStateGet(pVDIfsOperation);
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