Changeset 20368 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Jun 8, 2009 12:26:11 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxBFE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/HGCM.h
r8155 r20368 37 37 typedef struct _HGCMSVCEXTHANDLEDATA *HGCMSVCEXTHANDLE; 38 38 39 __BEGIN_DECLS39 RT_BEGIN_DECLS 40 40 int HGCMHostInit (void); 41 41 int HGCMHostShutdown (void); … … 57 57 int HGCMHostLoadState (PSSMHANDLE pSSM); 58 58 59 __END_DECLS59 RT_END_DECLS 60 60 61 61 #endif /* __HGCM_h__ */ -
trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp
r18265 r20368 1072 1072 #ifdef RT_OS_DARWIN 1073 1073 1074 __BEGIN_DECLS1074 RT_BEGIN_DECLS 1075 1075 /* Private interface in 10.3 and later. */ 1076 1076 typedef int CGSConnection; … … 1084 1084 extern CGError CGSGetGlobalHotKeyOperatingMode(CGSConnection Connection, CGSGlobalHotKeyOperatingMode *enmMode); 1085 1085 extern CGError CGSSetGlobalHotKeyOperatingMode(CGSConnection Connection, CGSGlobalHotKeyOperatingMode enmMode); 1086 __END_DECLS1086 RT_END_DECLS 1087 1087 1088 1088 /** Keeping track of whether we disabled the hotkeys or not. */
Note:
See TracChangeset
for help on using the changeset viewer.