// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#include "wx/msgdlg.h"
+
#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/utils.h"
#include "wx/dialog.h"
#include "wx/app.h"
- #include "wx/msgdlg.h"
#include "wx/math.h"
#endif
ULONG ulAns = ::WinMessageBox( hWnd
,hWnd
- ,(PSZ)m_sMessage.c_str()
- ,(PSZ)m_sCaption.c_str()
+ ,m_sMessage.c_str()
+ ,m_sCaption.c_str()
,0L
,ulStyle);
switch (ulAns)