Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed previous VC6 patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 21, 2007
1 parent 4b0dcf1 commit b9eaf10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/SDL_config_win32.h
Expand Up @@ -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;
Expand Down

0 comments on commit b9eaf10

Please sign in to comment.