Monotone-Parent: a3454a89b34b8bb6dd1906bf066c6d929fc08428

Monotone-Revision: 5fce621cdb57b71a081de204c031edb19e4e1568

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-06-04T00:14:38
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-06-04 00:14:38 +00:00
parent 75ea772c42
commit 9ee3e2c42a

View File

@@ -39,6 +39,22 @@ double *MAPIDoubleValue (void *memCtx, double value);
id NSObjectFromSPropValue (const struct SPropValue *);
id NSObjectFromMAPISPropValue (const struct mapi_SPropValue *);
#ifndef PRIx64
#if __WORDSIZE == 64
#define PRIx64 "lx"
#else
#define PRIx64 "llx"
#endif
#endif
#ifndef PRIX64
#if __WORDSIZE == 64
#define PRIX64 "lX"
#else
#define PRIX64 "llX"
#endif
#endif
static inline NSNumber *
MAPIPropertyKey (enum MAPITAGS propTag)
{