Changeset 3669 in vbox for trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.h
- Timestamp:
- Jul 17, 2007 9:12:18 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22945
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.h
r2981 r3669 26 26 /* include this first so Windows.h get's in before our stuff. */ 27 27 #include <SDL.h> 28 #ifndef __DARWIN__28 #ifndef RT_OS_DARWIN 29 29 # include <SDL_syswm.h> 30 30 #endif 31 #if defined( __WIN__) /// @todo someone please explain why this is necessary. This breaks darwin solid.31 #if defined(RT_OS_WINDOWS) /// @todo someone please explain why this is necessary. This breaks darwin solid. 32 32 // damn SDL redefines main! 33 33 #undef main
Note:
See TracChangeset
for help on using the changeset viewer.