VirtualBox

Changeset 11820 in vbox for trunk/include


Ignore:
Timestamp:
Aug 29, 2008 2:09:39 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35651
Message:

made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => VBOX_WITH_HGCM; Makefile cleanup

Location:
trunk/include
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Makefile.kmk

    r11005 r11820  
    5858
    5959SyntaxVBoxIncludeR3_TEMPLATE = VBOXMAINEXE
    60 SyntaxVBoxIncludeR3_DEFS = VBOX_HGCM
     60SyntaxVBoxIncludeR3_DEFS = VBOX_WITH_HGCM
    6161SyntaxVBoxIncludeR3_SOURCES := \
    6262        $(addprefix $(PATH_TARGET)/,$(subst .h,-c.c,     $(subst /,_,$(hdrs.r3)))) \
     
    6464
    6565SyntaxVBoxIncludeR0_TEMPLATE = VBOXR0
    66 SyntaxVBoxIncludeR0_DEFS = VBOX_HGCM
     66SyntaxVBoxIncludeR0_DEFS = VBOX_WITH_HGCM
    6767SyntaxVBoxIncludeR0_SOURCES := \
    6868        $(addprefix $(PATH_TARGET)/,$(subst .h,-c.c,     $(subst /,_,$(hdrs.r0)))) \
     
    7070
    7171SyntaxVBoxIncludeGC_TEMPLATE = VBOXGC
    72 SyntaxVBoxIncludeGC_DEFS = VBOX_HGCM
     72SyntaxVBoxIncludeGC_DEFS = VBOX_WITH_HGCM
    7373SyntaxVBoxIncludeGC_SOURCES := \
    7474        $(addprefix $(PATH_TARGET)/,$(subst .h,-c.c,     $(subst /,_,$(hdrs.gc)))) \
  • trunk/include/VBox/VBoxGuest.h

    r11643 r11820  
    171171    VMMDevReq_ReportGuestCapabilities    = 55,
    172172    VMMDevReq_SetGuestCapabilities       = 56,
    173 #ifdef VBOX_HGCM
     173#ifdef VBOX_WITH_HGCM
    174174    VMMDevReq_HGCMConnect                = 60,
    175175    VMMDevReq_HGCMDisconnect             = 61,
     
    619619#pragma pack()
    620620
    621 #ifdef VBOX_HGCM
     621#ifdef VBOX_WITH_HGCM
    622622
    623623/** HGCM flags.
     
    814814} VMMDevHGCMCancel;
    815815
    816 #endif /* VBOX_HGCM */
     816#endif /* VBOX_WITH_HGCM */
    817817
    818818
     
    12201220
    12211221
    1222 #ifdef VBOX_HGCM
     1222#ifdef VBOX_WITH_HGCM
    12231223/* These structures are shared between the driver and other binaries,
    12241224 * therefore packing must be defined explicitely.
     
    12551255# define VBOXGUEST_HGCM_CALL_PARMS(a)       ((HGCMFunctionParameter *)((uint8_t *)(a) + sizeof (VBoxGuestHGCMCallInfo)))
    12561256
    1257 #endif /* VBOX_HGCM */
     1257#endif /* VBOX_WITH_HGCM */
    12581258
    12591259/*
     
    13391339        case VMMDevReq_SetGuestCapabilities:
    13401340            return sizeof(VMMDevReqGuestCapabilities2);
    1341 #ifdef VBOX_HGCM
     1341#ifdef VBOX_WITH_HGCM
    13421342        case VMMDevReq_HGCMConnect:
    13431343            return sizeof(VMMDevHGCMConnect);
     
    13551355        case VMMDevReq_HGCMCancel:
    13561356            return sizeof(VMMDevHGCMCancel);
    1357 #endif /* VBOX_HGCM */
     1357#endif /* VBOX_WITH_HGCM */
    13581358        case VMMDevReq_VideoAccelEnable:
    13591359            return sizeof(VMMDevVideoAccelEnable);
  • trunk/include/VBox/VBoxGuestLib.h

    r8700 r11820  
    132132/** @} */
    133133
    134 #ifdef VBOX_HGCM
     134#ifdef VBOX_WITH_HGCM
    135135
    136136#ifdef VBGL_VBOXGUEST
     
    245245#endif /* !VBGL_VBOXGUEST */
    246246
    247 #endif /* VBOX_HGCM */
     247#endif /* VBOX_WITH_HGCM */
    248248
    249249
  • trunk/include/VBox/pdmifs.h

    r11649 r11820  
    24032403
    24042404
    2405 #ifdef VBOX_HGCM
     2405#ifdef VBOX_WITH_HGCM
    24062406
    24072407/** Abstract HGCM command structure. Used only to define a typed pointer. */
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