Branch: Tag:

2000-01-10

2000-01-10 00:48:45 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

INT64 now works on NT

Rev: src/configure.in:1.338
Rev: src/global.h:1.41

5:   \*/      /* -  * $Id: global.h,v 1.40 1999/12/05 16:34:09 mirar Exp $ +  * $Id: global.h,v 1.41 2000/01/10 00:48:45 hubbe Exp $    */   #ifndef GLOBAL_H   #define GLOBAL_H
169: Inside #if SIZEOF_LONG_LONG - 0 >= 8
  #else   #if SIZEOF_LONG_LONG - 0 >= 8   #define INT64 long long + #else + #if SIZEOF___INT64 - 0 >= 8 + #define INT64 __int64   #endif   #endif -  + #endif      #if SIZEOF_SHORT >= 4   #define INT32 short