Changeset 20374 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.