mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 13:05:57 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user