Changeset 7233 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 3, 2008 12:25:32 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28565
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp ¶
r6886 r7233 23 23 #ifdef RT_OS_DARWIN 24 24 # include <Carbon/Carbon.h> 25 # define OSType VBoxOSType26 25 # undef PAGE_SIZE 27 26 # undef PAGE_SHIFT -
TabularUnified trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h ¶
r7207 r7233 40 40 # include <Carbon/Carbon.h> 41 41 # include "DarwinCursor.h" 42 /** @todo remove this hack when somebody get around fixing the conflicting typedef/enum OSType. */43 # define OSType VBoxOSType44 42 #endif 45 43 -
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp ¶
r7221 r7233 3596 3596 * succeeded. */ 3597 3597 ICInstance icInstance; 3598 OSTypepsiSignature = 'psi ';3598 VBOXOSTYPE psiSignature = 'psi '; 3599 3599 OSStatus error = ::ICStart (&icInstance, psiSignature); 3600 3600 if (error == noErr) -
TabularUnified trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h ¶
r7220 r7233 45 45 # include <Carbon/Carbon.h> 46 46 # include "DarwinCursor.h" 47 /** @todo remove this hack when somebody get around fixing the conflicting typedef/enum OSType. */48 # define OSType VBoxOSType49 47 #endif 50 48 -
TabularUnified trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp ¶
r7226 r7233 3602 3602 * succeeded. */ 3603 3603 ICInstance icInstance; 3604 OSTypepsiSignature = 'psi ';3604 VBOXOSTYPE psiSignature = 'psi '; 3605 3605 OSStatus error = ::ICStart (&icInstance, psiSignature); 3606 3606 if (error == noErr)
Note:
See TracChangeset
for help on using the changeset viewer.