Whoops, fixed previous VC6 support patch.
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402373
This commit is contained in:
parent
be8f728aaa
commit
6fb707a2a2
2 changed files with 3 additions and 4 deletions
|
@ -53,10 +53,6 @@ typedef unsigned int uintptr_t;
|
||||||
#if ((_MSC_VER <= 1200) && (!defined(LONG_PTR)))
|
#if ((_MSC_VER <= 1200) && (!defined(LONG_PTR)))
|
||||||
#define LONG_PTR LONG
|
#define LONG_PTR LONG
|
||||||
#endif
|
#endif
|
||||||
#ifndef GWLP_HINSTANCE
|
|
||||||
#define GWLP_HINSTANCE GWL_HINSTANCE
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#else /* !__GNUC__ && !_MSC_VER */
|
#else /* !__GNUC__ && !_MSC_VER */
|
||||||
typedef signed char int8_t;
|
typedef signed char int8_t;
|
||||||
typedef unsigned char uint8_t;
|
typedef unsigned char uint8_t;
|
||||||
|
|
|
@ -39,6 +39,9 @@
|
||||||
#ifndef GWLP_WNDPROC
|
#ifndef GWLP_WNDPROC
|
||||||
#define GWLP_WNDPROC GWL_WNDPROC
|
#define GWLP_WNDPROC GWL_WNDPROC
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef GWLP_HINSTANCE
|
||||||
|
#define GWLP_HINSTANCE GWL_HINSTANCE
|
||||||
|
#endif
|
||||||
#ifndef GCLP_HICON
|
#ifndef GCLP_HICON
|
||||||
#define GCLP_HICON GCL_HICON
|
#define GCLP_HICON GCL_HICON
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue