mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-02 03:52:43 +00:00
Monotone-Parent: ff573bb1f50acc824847caf9e5e6ad101207f895
Monotone-Revision: 92b2fdd608b688167b4b789517424f79fd5cf6cd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-12-13T17:03:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -24,25 +24,6 @@
|
||||
|
||||
#include <mapistore/mapistore.h>
|
||||
#include <mapistore/mapistore_errors.h>
|
||||
#include <dlinklist.h>
|
||||
|
||||
/* These are essentially local versions of part of the
|
||||
C99 __STDC_FORMAT_MACROS */
|
||||
#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
|
||||
|
||||
@class MAPIStoreContext;
|
||||
|
||||
@@ -52,7 +33,7 @@ typedef struct {
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
int mapistore_init_backend(void);
|
||||
int mapistore_init_backend(void);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user