mirror of
https://github.com/yawut/SDL.git
synced 2026-04-22 16:47:18 -05:00
Whoops, fixed previous VC6 support patch.
--HG-- branch : SDL-1.2
This commit is contained in:
parent
df1d10c53f
commit
64c283b48b
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user