mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
.MAPIEx: Now compiles MinGW
git-svn-id: svn://ultimatepp.org/upp/trunk@3407 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ec05b82cdb
commit
c35f2375c3
5 changed files with 14 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue