Ignore:
Timestamp:
2012-02-28T13:59:00+13:00 (12 years ago)
Author:
kjdon
Message:

merged 64_bit_Greenstone branch into trunk, rev 25139

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/mgpp/lib/win32in.h

    r16583 r25147  
    66
    77#include "longlong.h"
     8#include "mglong.h"
    89#ifdef __cplusplus
    910extern "C" {
    1011#endif
    1112
    12 unsigned long htonl(unsigned long x);
    13 unsigned long ntohl(unsigned long x);
     13mg_u_long htonl(mg_u_long x);
     14mg_u_long ntohl(mg_u_long x);
    1415mg_ullong ntohll(mg_ullong x);
    1516unsigned short htons(unsigned short x);
Note: See TracChangeset for help on using the changeset viewer.