Subversion Repositories Games.Chess Giants

Rev

Rev 81 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81 Rev 108
Line 8... Line 8...
8
 
8
 
9
#define NEW
9
#define NEW
10
#define T41_INCLUDE
10
#define T41_INCLUDE
11
#define T42_INCLUDE
11
#define T42_INCLUDE
12
#define T33_INCLUDE
12
#define T33_INCLUDE
13
//#define T_INDEX64 // Pierre-Marie Baty -- not optimal for 32-bit systems
13
#define T_INDEX64
14
#define  XX  127
14
#define  XX  127
15
 
15
 
16
#if defined (T_INDEX64) && defined (_MSC_VER)
16
#if defined (T_INDEX64) && defined (_MSC_VER)
17
typedef unsigned __int64 INDEX;
17
typedef unsigned __int64 INDEX;
18
#elif defined (T_INDEX64)
18
#elif defined (T_INDEX64)
Line 115... Line 115...
115
 
115
 
116
// Machine and compiler-specific declarations
116
// Machine and compiler-specific declarations
117
 
117
 
118
#if defined (_MSC_VER)
118
#if defined (_MSC_VER)
119
 
119
 
120
//#  undef    TB_CDECL
120
#  undef    TB_CDECL
121
//#  define   TB_CDECL    __cdecl // Pierre-Marie Baty -- unused definition
121
#  define   TB_CDECL    __cdecl
122
#  define   TB_FASTCALL //__fastcall // Pierre-Marie Baty -- don't use fastcall
122
#  define   TB_FASTCALL __fastcall
123
#  if _MSC_VER >= 1200
123
#  if _MSC_VER >= 1200
124
#    define INLINE      __forceinline
124
#    define INLINE      __forceinline
125
#  endif
125
#  endif
126
 
126
 
127
#else
127
#else
128
 
128
 
129
//#  define   TB_CDECL // Pierre-Marie Baty -- unused definition
129
#  define   TB_CDECL
130
#  define   TB_FASTCALL
130
#  define   TB_FASTCALL
131
 
131
 
132
#endif
132
#endif
133
 
133
 
134
#if !defined (INLINE)
134
#if !defined (INLINE)
Line 6224... Line 6224...
6224
6224
6225
6225
6226
6226
6227
6227
6228
6228
6229
6229
6230
6230
6231
6231
6232
6232
6233
6233
6234
6234
6235
6235
6236
6236
6237
6237
6238
6238
6239
6239
6240
6240
6241
6241
6242
6242