Ticket #47103: patch-misc.h.diff

File patch-misc.h.diff, 257 bytes (added by jul_bsd@…, 9 years ago)
  • misc.h

    old new  
    147147#define false 0
    148148
    149149#if !defined( HAVE_HTONLL ) && !defined( WIN32 )
    150 uint64_t htonll(uint64_t n);
    151150#define ntohll(x) htonll(x)
    152151#endif
    153152