Loading include/openssl/e_os2.h +4 −2 Original line number Diff line number Diff line Loading @@ -321,9 +321,11 @@ typedef unsigned __int64 uint64_t; * some systems (e.g. Mac OS X). */ # ifndef PRIu64 # ifdef __STDC_VERSION__ # if (__STDC_VERSION__ >= 199901L) # include <inttypes.h> # endif # endif # ifndef PRIu64 # define PRIu64 "lu" # endif Loading Loading
include/openssl/e_os2.h +4 −2 Original line number Diff line number Diff line Loading @@ -321,9 +321,11 @@ typedef unsigned __int64 uint64_t; * some systems (e.g. Mac OS X). */ # ifndef PRIu64 # ifdef __STDC_VERSION__ # if (__STDC_VERSION__ >= 199901L) # include <inttypes.h> # endif # endif # ifndef PRIu64 # define PRIu64 "lu" # endif Loading