Changeset 20368 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jun 8, 2009 12:26:11 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
r16693 r20368 28 28 #include <CoreFoundation/CFBase.h> 29 29 30 __BEGIN_DECLS30 RT_BEGIN_DECLS 31 31 32 32 /** Private hack for missing rightCmdKey enum. */ … … 51 51 void DarwinReleaseKeyboard(void); 52 52 53 __END_DECLS53 RT_END_DECLS 54 54 55 55 #endif -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxDockIconPreview.h
r17340 r20368 26 26 #include "VBoxUtils-darwin.h" 27 27 28 __BEGIN_DECLS28 RT_BEGIN_DECLS 29 29 void darwinCreateVBoxDockIconTileView (void); 30 30 void darwinDestroyVBoxDockIconTileView (void); … … 35 35 void darwinOverlayApplicationDockTileImage (CGImageRef pImage); 36 36 void darwinRestoreApplicationDockTileImage (void); 37 __END_DECLS37 RT_END_DECLS 38 38 39 39 #ifndef __OBJC__ -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxIChatTheaterWrapper.h
r17349 r20368 27 27 # include <ApplicationServices/ApplicationServices.h> 28 28 29 __BEGIN_DECLS29 RT_BEGIN_DECLS 30 30 31 31 void initSharedAVManager(); 32 32 void setImageRef (CGImageRef aImage); 33 33 34 __END_DECLS34 RT_END_DECLS 35 35 36 36 #endif -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
r18654 r20368 39 39 typedef NSView *NativeViewRef; 40 40 #else 41 # include <iprt/cdefs.h> /* for __BEGIN_DECLS/__END_DECLS & stuff */41 # include <iprt/cdefs.h> /* for RT_BEGIN_DECLS/RT_END_DECLS & stuff */ 42 42 43 43 # include <qglobal.h> /* for QT_MAC_USE_COCOA */ … … 62 62 #endif /* __OBJC__ */ 63 63 64 __BEGIN_DECLS64 RT_BEGIN_DECLS 65 65 66 66 /******************************************************************************** … … 92 92 void darwinWindowInvalidateShadowImpl (NativeWindowRef aWindow); 93 93 94 __END_DECLS94 RT_END_DECLS 95 95 96 96 #ifndef __OBJC__
Note:
See TracChangeset
for help on using the changeset viewer.