source: main/trunk/greenstone2/common-src/indexers/mgpp/lib/mglong.h@ 25147

Last change on this file since 25147 was 25147, checked in by kjdon, 12 years ago

merged 64_bit_Greenstone branch into trunk, rev 25139

File size: 168 bytes
Line 
1#ifndef MGLONG_H
2#define MGLONG_H
3
4#include <stdint.h>
5#ifndef mg_u_long
6# define mg_u_long uint32_t
7#endif
8#ifndef mg_s_long
9# define mg_s_long int32_t
10#endif
11
12#endif
Note: See TracBrowser for help on using the repository browser.