Changeset 20374 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/DarwinKeyboard.h
r20368 r20374 28 28 #include <CoreFoundation/CFBase.h> 29 29 30 RT_ BEGIN_DECLS30 RT_C_DECLS_BEGIN 31 31 32 32 /** Private hack for missing rightCmdKey enum. */ … … 51 51 void DarwinReleaseKeyboard(void); 52 52 53 RT_ END_DECLS53 RT_C_DECLS_END 54 54 55 55 #endif -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxDockIconPreview.h
r20368 r20374 26 26 #include "VBoxUtils-darwin.h" 27 27 28 RT_ BEGIN_DECLS28 RT_C_DECLS_BEGIN 29 29 void darwinCreateVBoxDockIconTileView (void); 30 30 void darwinDestroyVBoxDockIconTileView (void); … … 35 35 void darwinOverlayApplicationDockTileImage (CGImageRef pImage); 36 36 void darwinRestoreApplicationDockTileImage (void); 37 RT_ END_DECLS37 RT_C_DECLS_END 38 38 39 39 #ifndef __OBJC__ -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxIChatTheaterWrapper.h
r20368 r20374 27 27 # include <ApplicationServices/ApplicationServices.h> 28 28 29 RT_ BEGIN_DECLS29 RT_C_DECLS_BEGIN 30 30 31 31 void initSharedAVManager(); 32 32 void setImageRef (CGImageRef aImage); 33 33 34 RT_ END_DECLS34 RT_C_DECLS_END 35 35 36 36 #endif -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
r20368 r20374 39 39 typedef NSView *NativeViewRef; 40 40 #else 41 # include <iprt/cdefs.h> /* for RT_ BEGIN_DECLS/RT_END_DECLS& stuff */41 # include <iprt/cdefs.h> /* for RT_C_DECLS_BEGIN/RT_C_DECLS_END & stuff */ 42 42 43 43 # include <qglobal.h> /* for QT_MAC_USE_COCOA */ … … 62 62 #endif /* __OBJC__ */ 63 63 64 RT_ BEGIN_DECLS64 RT_C_DECLS_BEGIN 65 65 66 66 /******************************************************************************** … … 92 92 void darwinWindowInvalidateShadowImpl (NativeWindowRef aWindow); 93 93 94 RT_ END_DECLS94 RT_C_DECLS_END 95 95 96 96 #ifndef __OBJC__
Note:
See TracChangeset
for help on using the changeset viewer.