(svn r8373) -Codechange: remove some obsolete MSVC6 compatability defines
authorrubidium
Tue, 23 Jan 2007 14:58:10 +0000
changeset 6062 104e61574219
parent 6061 e1e35dd62309
child 6063 5b597c73dbfb
(svn r8373) -Codechange: remove some obsolete MSVC6 compatability defines
src/stdafx.h
--- a/src/stdafx.h	Tue Jan 23 14:47:38 2007 +0000
+++ b/src/stdafx.h	Tue Jan 23 14:58:10 2007 +0000
@@ -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)