Changeset 7237 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxIChatTheaterWrapper.h
- Timestamp:
- Mar 3, 2008 1:17:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxIChatTheaterWrapper.h
r7177 r7237 1 1 /* $Id$ */ 2 2 /** @file 3 * 4 * VBox frontends: Qt GUI ("VirtualBox"): 5 * Common innotek classes: iChat Theater cocoa wrapper 3 * Qt GUI - iChat Theater cocoa wrapper. 6 4 */ 7 5 … … 18 16 */ 19 17 20 #ifndef __ VBoxIChatTheaterWrapper_h_21 #define __ VBoxIChatTheaterWrapper_h_18 #ifndef ___VBoxIChatTheaterWrapper_h 19 #define ___VBoxIChatTheaterWrapper_h 22 20 23 #if defined (Q_WS_MAC) && defined(VBOX_WITH_ICHAT_THEATER)21 #if defined (Q_WS_MAC) && defined (VBOX_WITH_ICHAT_THEATER) 24 22 25 23 #include <Carbon/Carbon.h> 26 24 27 __BEGIN_DECLS 25 __BEGIN_DECLS 28 26 29 27 void initSharedAVManager();
Note:
See TracChangeset
for help on using the changeset viewer.