Changeset 20368 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
- Timestamp:
- Jun 8, 2009 12:26:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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.