Changeset 3669 in vbox for trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.h
- Timestamp:
- Jul 17, 2007 9:12:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.h
r3289 r3669 24 24 #define __H_VBOXSDL 25 25 26 #ifdef __WIN__/** @todo check why we need to do this on windows. */26 #ifdef RT_OS_WINDOWS /** @todo check why we need to do this on windows. */ 27 27 /* convince SDL to not overload main() */ 28 28 #define _SDL_main_h … … 72 72 #endif /* VBOX_WIN32_UI */ 73 73 74 #ifdef __LINUX__74 #ifdef RT_OS_LINUX 75 75 void PushNotifyUpdateEvent(SDL_Event *event); 76 76 #endif
Note:
See TracChangeset
for help on using the changeset viewer.