mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
MAPIEx: Panic message
git-svn-id: svn://ultimatepp.org/upp/trunk@6480 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ea9654c598
commit
7cbd469d3f
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,8 @@ MAPIFunctions &MF() {
|
|||
|
||||
INITBLOCK {
|
||||
if (!MAPIEx::Init())
|
||||
Panic("Impossible to initialize MAPI");
|
||||
MessageBox(::GetActiveWindow(), "MAPI Error", "Impossible to initialize MAPI",
|
||||
MB_ICONSTOP|MB_OK|MB_APPLMODAL);
|
||||
}
|
||||
|
||||
EXITBLOCK {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue