Skip to content

Commit

Permalink
Whoops, fixed previous VC6 support patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 21, 2007
1 parent c9ecaea commit 181a148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/SDL_config_win32.h
Expand Up @@ -53,10 +53,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
3 changes: 3 additions & 0 deletions src/video/wincommon/SDL_lowvideo.h
Expand Up @@ -39,6 +39,9 @@
#ifndef GWLP_WNDPROC
#define GWLP_WNDPROC GWL_WNDPROC
#endif
#ifndef GWLP_HINSTANCE
#define GWLP_HINSTANCE GWL_HINSTANCE
#endif
#ifndef GCLP_HICON
#define GCLP_HICON GCL_HICON
#endif
Expand Down

0 comments on commit 181a148

Please sign in to comment.