Monotone-Parent: a7450cb20f9b7540324748f847e35d9eb3e1ba15

Monotone-Revision: 62a7456859ae701daeb595d318eaba439c816312

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-06-23T13:57:09
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-06-23 13:57:09 +00:00
parent 687e716b86
commit 4d288c96f6
4 changed files with 9 additions and 16 deletions

View File

@ -1,3 +1,8 @@
2011-06-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreTypes.h: removed PRIx64 definitions, that
can be found in the libc inttypes.h.
2011-06-20 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxAppointmentEditor.js (_getDate):

View File

@ -20,6 +20,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <inttypes.h>
#import <Foundation/NSArray.h>
#import <Foundation/NSString.h>
#import <Foundation/NSURL.h>

View File

@ -20,6 +20,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <inttypes.h>
#import <Foundation/NSArray.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSException.h>

View File

@ -39,22 +39,6 @@ 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)
{