#pragma hdrstop
#endif
+#if wxUSE_MSGDLG
+
#include "wx/msgdlg.h"
#ifndef WX_PRECOMP
#endif // wxUSE_UNICODE
// do show the dialog
- int msAns = MessageBox(hWnd, message, m_caption, msStyle);
+ int msAns = MessageBox(hWnd, message.wx_str(), m_caption.wx_str(), msStyle);
int ans;
switch (msAns)
{
}
return ans;
}
+
+#endif // wxUSE_MSGDLG