changeset 2133:03715e20ec3c

Fixed previous VC6 patch.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 21 Jun 2007 18:50:00 +0000
parents 46648dc418ec
children 180fa05e98e2
files include/SDL_config_win32.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Thu Jun 21 18:21:49 2007 +0000
+++ b/include/SDL_config_win32.h	Thu Jun 21 18:50:00 2007 +0000
@@ -52,10 +52,6 @@
 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR)))
 #define LONG_PTR LONG
 #endif
-#ifndef GWLP_HINSTANCE
-#define GWLP_HINSTANCE GWL_HINSTANCE
-#endif
-#endif
 #else /* !__GNUC__ && !_MSC_VER */
 typedef signed char int8_t;
 typedef unsigned char uint8_t;