Changeset 1044 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Feb 23, 2007 4:39:31 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18920
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.h
r1 r1044 26 26 /* include this first so Windows.h get's in before our stuff. */ 27 27 #include <SDL.h> 28 #include <SDL_syswm.h> 28 #ifndef __DARWIN__ 29 # include <SDL_syswm.h> 30 #endif 29 31 #if defined(__WIN__) /// @todo someone please explain why this is necessary. This breaks darwin solid. 30 32 // damn SDL redefines main!
Note:
See TracChangeset
for help on using the changeset viewer.