VirtualBox

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


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

*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g

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

Legend:

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

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

    r20368 r20374  
    10721072#ifdef RT_OS_DARWIN
    10731073
    1074 RT_BEGIN_DECLS
     1074RT_C_DECLS_BEGIN
    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 RT_END_DECLS
     1086RT_C_DECLS_END
    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