VirtualBox

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


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r20267 r20368  
    37193719#ifdef RT_OS_DARWIN
    37203720#include <Carbon/Carbon.h>
    3721 __BEGIN_DECLS
     3721RT_BEGIN_DECLS
    37223722/* Private interface in 10.3 and later. */
    37233723typedef int CGSConnection;
     
    37313731extern CGError CGSGetGlobalHotKeyOperatingMode(CGSConnection Connection, CGSGlobalHotKeyOperatingMode *enmMode);
    37323732extern CGError CGSSetGlobalHotKeyOperatingMode(CGSConnection Connection, CGSGlobalHotKeyOperatingMode enmMode);
    3733 __END_DECLS
     3733RT_END_DECLS
    37343734
    37353735/** 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