src/stdafx.h
changeset 10751 ebd94f2d6385
parent 10578 1b38dea6fa0b
child 10839 a62547c31fdb
equal deleted inserted replaced
10749:b8ac8a8e27c4 10751:ebd94f2d6385
   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)