diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2011-01-04 18:07:04 +0000 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2011-01-04 18:07:04 +0000 |
commit | 362d8bc4468bc3fd47b56965f8886ace78d4e74e (patch) | |
tree | c2ffc5d369cafbf8a315fa26b7aab097265e900b /src/native/addrbook/msoutlook/MsOutlookMAPI.h | |
parent | c3cdd80b03237809146e5445c6cc5d009c454ae4 (diff) | |
download | jitsi-362d8bc4468bc3fd47b56965f8886ace78d4e74e.zip jitsi-362d8bc4468bc3fd47b56965f8886ace78d4e74e.tar.gz jitsi-362d8bc4468bc3fd47b56965f8886ace78d4e74e.tar.bz2 |
Commits work in progress on adding support for the Address Book of Mac OS X.
Diffstat (limited to 'src/native/addrbook/msoutlook/MsOutlookMAPI.h')
-rw-r--r-- | src/native/addrbook/msoutlook/MsOutlookMAPI.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/native/addrbook/msoutlook/MsOutlookMAPI.h b/src/native/addrbook/msoutlook/MsOutlookMAPI.h new file mode 100644 index 0000000..0562e9d --- /dev/null +++ b/src/native/addrbook/msoutlook/MsOutlookMAPI.h @@ -0,0 +1,10 @@ +#ifndef _NET_JAVA_SIP_COMMUNICATOR_PLUGIN_ADDRBOOK_MSOUTLOOK_MSOUTLOOKMAPI_H_
+#define _NET_JAVA_SIP_COMMUNICATOR_PLUGIN_ADDRBOOK_MSOUTLOOK_MSOUTLOOKMAPI_H_
+
+#ifndef __in_opt
+#define __in_opt
+#endif /* #ifndef __in_opt */
+#include <mapitags.h>
+#include <mapix.h>
+
+#endif /* #ifndef _NET_JAVA_SIP_COMMUNICATOR_PLUGIN_ADDRBOOK_MSOUTLOOK_MSOUTLOOKMAPI_H_ */
|