src/stdafx.h
changeset 9390 88d36f907e96
parent 9256 02e55c458b5e
child 9470 08424e2e79e4
equal deleted inserted replaced
9389:b547cd1aaac2 9390:88d36f907e96
   199 
   199 
   200 		typedef _W64 int INT_PTR, *PINT_PTR;
   200 		typedef _W64 int INT_PTR, *PINT_PTR;
   201 		typedef _W64 unsigned int UINT_PTR, *PUINT_PTR;
   201 		typedef _W64 unsigned int UINT_PTR, *PUINT_PTR;
   202 	#endif /* WIN32 && !_WIN64 && !WIN64 */
   202 	#endif /* WIN32 && !_WIN64 && !WIN64 */
   203 
   203 
       
   204 	#if defined(_WIN64) || defined(WIN64)
       
   205 		#define fseek _fseeki64
       
   206 	#endif /* _WIN64 || WIN64 */
       
   207 
       
   208 
   204 	#define GCC_PACK
   209 	#define GCC_PACK
   205 
   210 
   206 	/* This is needed to zlib uses the stdcall calling convention on visual studio */
   211 	/* This is needed to zlib uses the stdcall calling convention on visual studio */
   207 	#if defined(WITH_ZLIB) || defined(WITH_PNG)
   212 	#if defined(WITH_ZLIB) || defined(WITH_PNG)
   208 		#if !defined(ZLIB_WINAPI)
   213 		#if !defined(ZLIB_WINAPI)