source: main/branches/64_bit_Greenstone/greenstone2/common-src/indexers/mg/lib/mglong.h@ 25138

Last change on this file since 25138 was 23511, checked in by sjm84, 13 years ago

Split part of sysfuncs.h into another file

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