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

Last change on this file since 23511 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#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.