diff options
author | rubidium <rubidium@openttd.org> | 2007-01-23 14:58:10 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-01-23 14:58:10 +0000 |
commit | cfb7fb3ac4f261eb2bae02842a5af8dccdd0c7b5 (patch) | |
tree | 170dbc91b81b892a87bceaea1ffd5a8e91284410 /src | |
parent | 269c1a58a0fb935d148240fe702bb302e6800688 (diff) | |
download | openttd-cfb7fb3ac4f261eb2bae02842a5af8dccdd0c7b5.tar.xz |
(svn r8373) -Codechange: remove some obsolete MSVC6 compatability defines
Diffstat (limited to 'src')
-rw-r--r-- | src/stdafx.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/stdafx.h b/src/stdafx.h index d400f9c3c..8bff614b4 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -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) |