diff include/SDL_config_win32.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 5fbd763b1c88
children 568c9b3c0167
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Thu Jun 21 18:20:59 2007 +0000
+++ b/include/SDL_config_win32.h	Thu Jun 21 18:48:13 2007 +0000
@@ -53,10 +53,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;