mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 02:35:06 -05:00
Fixed previous VC6 patch.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user