version 1.56 | | version 1.57 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.56 2005/08/12 13:46:34 ryo_saeba Exp $"; | | * "$Id: global.h,v 1.57 2005/09/21 13:06:12 qal21 Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
typedef unsigned long long uint64; | | typedef unsigned long long uint64; |
typedef signed long long sint64; | | typedef signed long long sint64; |
#else | | #else |
error do not know how to get a 64 bit value on this system. | | #error do not know how to get a 64 bit value on this system. |
error correct and send mail to crossfire-devel on how to do this | | #error correct and send mail to crossfire-devel on how to do this |
#endif | | #endif |
| | |
#endif | | #endif |