VirtualBox

Changeset 16651 in vbox for trunk


Ignore:
Timestamp:
Feb 11, 2009 1:17:30 AM (16 years ago)
Author:
vboxsync
Message:

VBoxHDD-new.h: Corrected PCVDINTERFACE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxHDD-new.h

    r15591 r16651  
    261261     *  struct defined below based on the interface type in enmInterface. */
    262262    void               *pCallbacks;
    263 } VDINTERFACE, *PVDINTERFACE;
    264 /** Pointer to a const PVDINTERFACE. */
    265 typedef const PVDINTERFACE PCVDINTERFACE;
     263} VDINTERFACE;
     264/** Pointer to a VDINTERFACE. */
     265typedef VDINTERFACE *PVDINTERFACE;
     266/** Pointer to a const VDINTERFACE. */
     267typedef const VDINTERFACE *PCVDINTERFACE;
    266268
    267269/**
Note: See TracChangeset for help on using the changeset viewer.

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