diff 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
line wrap: on
line diff
--- a/src/video/wincommon/SDL_lowvideo.h	Thu Jun 21 18:20:59 2007 +0000
+++ b/src/video/wincommon/SDL_lowvideo.h	Thu Jun 21 18:48:13 2007 +0000
@@ -39,6 +39,9 @@
 #ifndef GWLP_WNDPROC
 #define GWLP_WNDPROC	GWL_WNDPROC
 #endif
+#ifndef GWLP_HINSTANCE
+#define GWLP_HINSTANCE GWL_HINSTANCE
+#endif
 #ifndef GCLP_HICON
 #define GCLP_HICON GCL_HICON
 #endif