Mercurial > libpst
comparison src/common.h @ 133:2ec889a79e51
patch from Fridrich Strba, some systems need extra library for regex
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 07 Feb 2009 07:57:32 -0800 |
parents | e35fd42bac05 |
children | b65e8d0a088a |
comparison
equal
deleted
inserted
replaced
132:5e4d6faada34 | 133:2ec889a79e51 |
---|---|
34 } FILETIME; | 34 } FILETIME; |
35 // According to Jan Wolter, sys/param.h is the most portable source of endian | 35 // According to Jan Wolter, sys/param.h is the most portable source of endian |
36 // information on UNIX systems. see http://www.unixpapa.com/incnote/byteorder.html | 36 // information on UNIX systems. see http://www.unixpapa.com/incnote/byteorder.html |
37 #include <sys/param.h> | 37 #include <sys/param.h> |
38 #else | 38 #else |
39 #include <windows.h> | |
39 #define BYTE_ORDER LITTLE_ENDIAN | 40 #define BYTE_ORDER LITTLE_ENDIAN |
40 #endif | 41 #endif |
41 | 42 |
42 | 43 |
43 #endif | 44 #endif |