VirtualBox

Changeset 76382 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Dec 23, 2018 12:47:17 AM (6 years ago)
Author:
vboxsync
Message:

include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for VBOXHGCMSVCPARM as it drags in all kinds of stuff. bugref:9344

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmifs.h

    r75990 r76382  
    2929#include <iprt/sg.h>
    3030#include <VBox/types.h>
    31 #include <VBox/hgcmsvc.h>
    3231
    3332
     
    21152114# define PDMIHGCMPORT_IID                       "28c0a201-68cd-4752-9404-bb42a0c09eb7"
    21162115
    2117 
     2116/* forward decl to hgvmsvc.h. */
     2117struct VBOXHGCMSVCPARM;
    21182118/** Pointer to a HGCM service location structure. */
    21192119typedef struct HGCMSERVICELOCATION *PHGCMSERVICELOCATION;
    2120 
    21212120/** Pointer to a HGCM connector interface. */
    21222121typedef struct PDMIHGCMCONNECTOR *PPDMIHGCMCONNECTOR;
     
    21652164     */
    21662165    DECLR3CALLBACKMEMBER(int, pfnCall,(PPDMIHGCMCONNECTOR pInterface, PVBOXHGCMCMD pCmd, uint32_t u32ClientID, uint32_t u32Function,
    2167                                        uint32_t cParms, PVBOXHGCMSVCPARM paParms, uint64_t tsArrival));
     2166                                       uint32_t cParms, struct VBOXHGCMSVCPARM *paParms, uint64_t tsArrival));
    21682167
    21692168    /**
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