Difference for include/global.h from version 1.45 to 1.46


version 1.45 version 1.46
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 68
 
Line 68
 #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


Legend:
line(s) removed in v.1.45 
line(s) changed
 line(s) added in v.1.46

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:21