Changeset 20374 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxBFE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/HGCM.h
r20368 r20374 37 37 typedef struct _HGCMSVCEXTHANDLEDATA *HGCMSVCEXTHANDLE; 38 38 39 RT_ BEGIN_DECLS39 RT_C_DECLS_BEGIN 40 40 int HGCMHostInit (void); 41 41 int HGCMHostShutdown (void); … … 57 57 int HGCMHostLoadState (PSSMHANDLE pSSM); 58 58 59 RT_ END_DECLS59 RT_C_DECLS_END 60 60 61 61 #endif /* __HGCM_h__ */ -
trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp
r20368 r20374 1072 1072 #ifdef RT_OS_DARWIN 1073 1073 1074 RT_ BEGIN_DECLS1074 RT_C_DECLS_BEGIN 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 RT_ END_DECLS1086 RT_C_DECLS_END 1087 1087 1088 1088 /** Keeping track of whether we disabled the hotkeys or not. */
Note:
See TracChangeset
for help on using the changeset viewer.