mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-26 22:03:35 -06:00
MapiEx: Improved compatibility with MinGW (now it compiles)
git-svn-id: svn://ultimatepp.org/upp/trunk@6445 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d2e89f0c9f
commit
7d4ec8caba
44 changed files with 4659 additions and 5380 deletions
|
|
@ -17,7 +17,7 @@
|
|||
// Ported to U++ Framework by Koldo. See License.txt file
|
||||
|
||||
#include "MAPIEx.h"
|
||||
#include "MapiUtil.h"
|
||||
//#include "MapiUtil.h"
|
||||
#include "MAPISink.h"
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
|
|
@ -25,13 +25,14 @@
|
|||
#pragma comment(lib,"cemapi.lib")
|
||||
#pragma comment(lib,"pimstore.lib")
|
||||
|
||||
#else
|
||||
#pragma comment (lib,"mapi32.lib")
|
||||
//#else
|
||||
//#pragma comment (lib, "mapi32.lib")
|
||||
#endif
|
||||
#pragma comment(lib,"Ole32.lib")
|
||||
//#pragma comment(lib,"Ole32.lib")
|
||||
|
||||
INITBLOCK {
|
||||
MAPIEx::Init();
|
||||
if (!MAPIEx::Init())
|
||||
Panic("Impossible to initialize MAPI");
|
||||
}
|
||||
|
||||
EXITBLOCK {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue