From b9eaf10b3e6f15e34b615af8dee91b75823109b6 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 21 Jun 2007 18:50:00 +0000 Subject: [PATCH] Fixed previous VC6 patch. --- include/SDL_config_win32.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/SDL_config_win32.h b/include/SDL_config_win32.h index 8ba2827de..88b090400 100644 --- a/include/SDL_config_win32.h +++ b/include/SDL_config_win32.h @@ -52,10 +52,6 @@ typedef unsigned int uintptr_t; #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;