comparison 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
comparison
equal deleted inserted replaced
1471:9fb0eee04dd9 1472:4aac8563c296
33 #ifndef GetWindowLongPtr 33 #ifndef GetWindowLongPtr
34 #define GetWindowLongPtr GetWindowLong 34 #define GetWindowLongPtr GetWindowLong
35 #endif 35 #endif
36 #ifndef SetWindowLongPtr 36 #ifndef SetWindowLongPtr
37 #define SetWindowLongPtr SetWindowLong 37 #define SetWindowLongPtr SetWindowLong
38 #endif
39 #ifndef GWLP_WNDPROC
40 #define GWLP_WNDPROC GWL_WNDPROC
38 #endif 41 #endif
39 42
40 #include "../SDL_sysvideo.h" 43 #include "../SDL_sysvideo.h"
41 44
42 /* Hidden "this" pointer for the video functions */ 45 /* Hidden "this" pointer for the video functions */