Mercurial > sdl-ios-xcode
diff include/SDL_syswm.h @ 1712:931d111e737a SDL-1.3
Started framework for Windows video driver
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 26 Jun 2006 13:56:56 +0000 |
parents | 4da1ee79c9af |
children |
line wrap: on
line diff
--- a/include/SDL_syswm.h Mon Jun 26 05:27:34 2006 +0000 +++ b/include/SDL_syswm.h Mon Jun 26 13:56:56 2006 +0000 @@ -129,7 +129,7 @@ GR_WINDOW_ID window; /* The display window */ }; -#elif defined(SDL_VIDEO_DRIVER_WINDIB) || defined(SDL_VIDEO_DRIVER_DDRAW) || defined(SDL_VIDEO_DRIVER_GAPI) +#elif defined(SDL_VIDEO_DRIVER_WIN32) #define WIN32_LEAN_AND_MEAN #include <windows.h>