mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
(svn r8373) -Codechange: remove some obsolete MSVC6 compatability defines
This commit is contained in:
parent
269c1a58a0
commit
cfb7fb3ac4
@ -134,14 +134,6 @@
|
||||
typedef _W64 unsigned int UINT_PTR, *PUINT_PTR;
|
||||
# endif /* WIN32 && !_WIN64 && !WIN64 */
|
||||
|
||||
# if _MSC_VER < 1300 // VC6 and lower
|
||||
# ifdef _WIN64
|
||||
typedef __int64 intptr_t;
|
||||
# else
|
||||
typedef _W64 int intptr_t;
|
||||
# endif
|
||||
# endif /* _MSC_VER < 1300 */
|
||||
|
||||
# define GCC_PACK
|
||||
|
||||
// This is needed to zlib uses the stdcall calling convention on visual studio, also used with libpng (VS6 warning)
|
||||
|
Loading…
Reference in New Issue
Block a user