comparison src/video/wincommon/SDL_lowvideo.h @ 3974:42578e98a295 SDL-1.2

Whoops, fixed previous VC6 support patch.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 21 Jun 2007 18:48:13 +0000
parents 21b1fbb53f4a
children c75679dce60c
comparison
equal deleted inserted replaced
3973:5fbd763b1c88 3974:42578e98a295
36 #ifndef SetWindowLongPtr 36 #ifndef SetWindowLongPtr
37 #define SetWindowLongPtr SetWindowLong 37 #define SetWindowLongPtr SetWindowLong
38 #endif 38 #endif
39 #ifndef GWLP_WNDPROC 39 #ifndef GWLP_WNDPROC
40 #define GWLP_WNDPROC GWL_WNDPROC 40 #define GWLP_WNDPROC GWL_WNDPROC
41 #endif
42 #ifndef GWLP_HINSTANCE
43 #define GWLP_HINSTANCE GWL_HINSTANCE
41 #endif 44 #endif
42 #ifndef GCLP_HICON 45 #ifndef GCLP_HICON
43 #define GCLP_HICON GCL_HICON 46 #define GCLP_HICON GCL_HICON
44 #endif 47 #endif
45 48