Changeset - r2483:fc3798fdd0fa
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-10-03 21:10:51
darkvater@openttd.org
(svn r3009) DIEEEEEEEEEEE VS6 (you good-for-nothing compiler)
1 file changed with 10 insertions and 0 deletions:
0 comments (0 inline, 0 general)
stdafx.h
Show inline comments
 
@@ -136,6 +136,16 @@ int CDECL vsnprintf(char *str, size_t si
 
#	endif
 
typedef _W64 int INT_PTR, *PINT_PTR;
 
typedef _W64 unsigned int UINT_PTR, *PUINT_PTR;
 

	
 
#ifndef _INTPTR_T_DEFINED
 
#ifdef  _WIN64
 
typedef __int64             intptr_t;
 
#else
 
typedef _W64 int            intptr_t;
 
#endif
 
#define _INTPTR_T_DEFINED
 
#endif
 

	
 
#endif
 

	
 
// Windows has always LITTLE_ENDIAN
0 comments (0 inline, 0 general)