Ticket #47103: patch-misc.h.diff
File patch-misc.h.diff, 257 bytes (added by jul_bsd@…, 10 years ago) |
---|
-
misc.h
old new 147 147 #define false 0 148 148 149 149 #if !defined( HAVE_HTONLL ) && !defined( WIN32 ) 150 uint64_t htonll(uint64_t n);151 150 #define ntohll(x) htonll(x) 152 151 #endif 153 152