.MAPIEx: Now compiles MinGW

git-svn-id: svn://ultimatepp.org/upp/trunk@3407 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2011-05-05 22:09:50 +00:00
parent ec05b82cdb
commit c35f2375c3
5 changed files with 14 additions and 11 deletions

View file

@ -18,6 +18,14 @@
const GUID CLSID_MailMessage={ 0x00020D0B, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46 };
#ifndef _WIN32_WCE
#define INITGUID
#define USES_IID_IMessage
#include <InitGuid.h>
#include <MAPIGuid.h>
#endif
// Ported to U++ Framework by Koldo. See License.txt file
/////////////////////////////////////////////////////////////