X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fexternal%2Ftng_io%2Finclude%2Ftng%2Ftng_io.h;h=c607aad2c5d9849e4c66217a988903b664ed5ecb;hb=897da8f26d941a8ceb8f6d131d2a13198d19298f;hp=51c1d9b5935f89fa64dc6c2f78c020b21b2157cd;hpb=496908b4bf980c0edd1b250a18783138aa84197d;p=alexxy%2Fgromacs.git diff --git a/src/external/tng_io/include/tng/tng_io.h b/src/external/tng_io/include/tng/tng_io.h index 51c1d9b593..c607aad2c5 100644 --- a/src/external/tng_io/include/tng/tng_io.h +++ b/src/external/tng_io/include/tng/tng_io.h @@ -331,6 +331,9 @@ typedef unsigned __int64 uint64_t; #ifndef PRId64 # define PRId64 __PRI64_PREFIX "d" #endif +#ifndef PRIu64 +# define PRIu64 __PRI64_PREFIX "u" +#endif #endif