Mercurial > sdl-ios-xcode
diff include/SDL_syswm.h @ 5062:e8916fe9cfc8
Fixed bug #925
Changed "win32" to "windows"
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 20 Jan 2011 18:04:05 -0800 |
parents | 8b7988f42fcb |
children | 5680976fb37a |
line wrap: on
line diff
--- a/include/SDL_syswm.h Thu Jan 20 17:33:06 2011 -0800 +++ b/include/SDL_syswm.h Thu Jan 20 18:04:05 2011 -0800 @@ -54,7 +54,7 @@ struct SDL_SysWMinfo; #else -#if defined(SDL_VIDEO_DRIVER_WIN32) +#if defined(SDL_VIDEO_DRIVER_WINDOWS) #define WIN32_LEAN_AND_MEAN #include <windows.h> #endif @@ -118,7 +118,7 @@ SDL_SYSWM_TYPE subsystem; union { -#if defined(SDL_VIDEO_DRIVER_WIN32) +#if defined(SDL_VIDEO_DRIVER_WINDOWS) struct { HWND hwnd; /**< The window for the message */ UINT msg; /**< The type of message */ @@ -163,7 +163,7 @@ SDL_SYSWM_TYPE subsystem; union { -#if defined(SDL_VIDEO_DRIVER_WIN32) +#if defined(SDL_VIDEO_DRIVER_WINDOWS) struct { HWND window; /**< The window handle */