# HG changeset patch # User Ryan C. Gordon # Date 1182451800 0 # Node ID 03715e20ec3cff3634a1fceb232473ddcb17f881 # Parent 46648dc418ec39853ca9ac7fdf716d5d06fed334 Fixed previous VC6 patch. diff -r 46648dc418ec -r 03715e20ec3c include/SDL_config_win32.h --- 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;