Mercurial > sdl-ios-xcode
diff src/video/wincommon/SDL_lowvideo.h @ 1472:4aac8563c296
Fixed more Win64 portability issues
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 06 Mar 2006 08:11:10 +0000 |
parents | 8dfa9a6d69a5 |
children | deb22b9fe970 |
line wrap: on
line diff
--- a/src/video/wincommon/SDL_lowvideo.h Mon Mar 06 07:42:36 2006 +0000 +++ b/src/video/wincommon/SDL_lowvideo.h Mon Mar 06 08:11:10 2006 +0000 @@ -36,6 +36,9 @@ #ifndef SetWindowLongPtr #define SetWindowLongPtr SetWindowLong #endif +#ifndef GWLP_WNDPROC +#define GWLP_WNDPROC GWL_WNDPROC +#endif #include "../SDL_sysvideo.h"