version 1.45 | | version 1.46 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.45 2003/12/14 16:28:47 ryo_saeba Exp $"; | | * "$Id: global.h,v 1.46 2004/02/28 10:40:56 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define atoll _atoi64 | | #define atoll _atoi64 |
| | |
/* To reduce number of warnings */ | | /* To reduce number of warnings */ |
| | #pragma warning( disable: 4244 ) /* conversion from 'xxx' to 'yyy', possible loss of data */ |
#pragma warning( disable: 4305 ) /* initializing float f = 0.05; instead of f = 0.05f; */ | | #pragma warning( disable: 4305 ) /* initializing float f = 0.05; instead of f = 0.05f; */ |
| | |
#else // WIN32 | | #else // WIN32 |