aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/addrbook/msoutlook/MsOutlookMAPI.h
diff options
context:
space:
mode:
authorLyubomir Marinov <lyubomir.marinov@jitsi.org>2011-01-10 01:05:10 +0000
committerLyubomir Marinov <lyubomir.marinov@jitsi.org>2011-01-10 01:05:10 +0000
commitc0b0337671672252f723cee43beaebdb3bc09ddb (patch)
tree9a5cab615a066b01b4a2ee6f28c37bfe8c99e0f1 /src/native/addrbook/msoutlook/MsOutlookMAPI.h
parent167d74256df976c06fd40c04d6a41ca22c92c38c (diff)
downloadjitsi-c0b0337671672252f723cee43beaebdb3bc09ddb.zip
jitsi-c0b0337671672252f723cee43beaebdb3bc09ddb.tar.gz
jitsi-c0b0337671672252f723cee43beaebdb3bc09ddb.tar.bz2
Mitigate the following issue with the support for the Address Book of Mac OS X: if Microsoft Office is not installed or a 32-bit version of Microsoft Office is installed on 64-bit Windows and SIP Communicator, a dialog may appear to notify the SIP Communicator user that there is no default e-mail program.
Diffstat (limited to 'src/native/addrbook/msoutlook/MsOutlookMAPI.h')
-rw-r--r--src/native/addrbook/msoutlook/MsOutlookMAPI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/native/addrbook/msoutlook/MsOutlookMAPI.h b/src/native/addrbook/msoutlook/MsOutlookMAPI.h
index 8bacf6b..1fcba92 100644
--- a/src/native/addrbook/msoutlook/MsOutlookMAPI.h
+++ b/src/native/addrbook/msoutlook/MsOutlookMAPI.h
@@ -15,4 +15,7 @@
#include <mapitags.h>
#include <mapix.h>
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
+
#endif /* #ifndef _NET_JAVA_SIP_COMMUNICATOR_PLUGIN_ADDRBOOK_MSOUTLOOK_MSOUTLOOKMAPI_H_ */