VirtualBox

Changeset 20368 in vbox for trunk/src/VBox/Frontends/VBoxBFE


Ignore:
Timestamp:
Jun 8, 2009 12:26:11 AM (16 years ago)
Author:
vboxsync
Message:

Frontends: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.

Location:
trunk/src/VBox/Frontends/VBoxBFE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/HGCM.h

    r8155 r20368  
    3737typedef struct _HGCMSVCEXTHANDLEDATA *HGCMSVCEXTHANDLE;
    3838
    39 __BEGIN_DECLS
     39RT_BEGIN_DECLS
    4040int HGCMHostInit (void);
    4141int HGCMHostShutdown (void);
     
    5757int HGCMHostLoadState (PSSMHANDLE pSSM);
    5858
    59 __END_DECLS
     59RT_END_DECLS
    6060
    6161#endif /* __HGCM_h__ */
  • trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp

    r18265 r20368  
    10721072#ifdef RT_OS_DARWIN
    10731073
    1074 __BEGIN_DECLS
     1074RT_BEGIN_DECLS
    10751075/* Private interface in 10.3 and later. */
    10761076typedef int CGSConnection;
     
    10841084extern CGError CGSGetGlobalHotKeyOperatingMode(CGSConnection Connection, CGSGlobalHotKeyOperatingMode *enmMode);
    10851085extern CGError CGSSetGlobalHotKeyOperatingMode(CGSConnection Connection, CGSGlobalHotKeyOperatingMode enmMode);
    1086 __END_DECLS
     1086RT_END_DECLS
    10871087
    10881088/** Keeping track of whether we disabled the hotkeys or not. */
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