VirtualBox

Changeset 1550 in vbox for trunk/include


Ignore:
Timestamp:
Mar 17, 2007 12:36:52 AM (18 years ago)
Author:
vboxsync
Message:

don't include VBoxGuest.h if we don't need to because it drags in ostypes.h and that conflicts with a core darwin type.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r669 r1550  
    295295
    296296/** guest information structure */
    297 typedef struct
     297typedef struct VBoxGuestInfo
    298298{
    299299    /** The VMMDev interface version expected by additions. */
  • trunk/include/VBox/pdm.h

    r1487 r1550  
    3030#include <VBox/err.h>
    3131#include <VBox/pci.h>
    32 #include <VBox/VBoxGuest.h>
    3332
    3433#include <iprt/critsect.h>
     
    16591658} PDMIVMMDEVPORT;
    16601659
    1661 /** Forward declaration of video accelerator command memory. */
     1660/** Forward declaration of the video accelerator command memory. */
    16621661struct _VBVAMEMORY;
     1662/** Forward declaration of the guest information structure. */
     1663struct VBoxGuestInfo;
    16631664/** Pointer to video accelerator command memory. */
    16641665typedef struct _VBVAMEMORY *PVBVAMEMORY;
     
    16801681     * @thread  The emulation thread.
    16811682     */
    1682     DECLR3CALLBACKMEMBER(void, pfnUpdateGuestVersion,(PPDMIVMMDEVCONNECTOR pInterface, VBoxGuestInfo *pGuestInfo));
     1683    DECLR3CALLBACKMEMBER(void, pfnUpdateGuestVersion,(PPDMIVMMDEVCONNECTOR pInterface, struct VBoxGuestInfo *pGuestInfo));
    16831684
    16841685    /**
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