#include "wx/utils.h"
+#include "wx/beforestd.h"
#if wxUSE_IOSTREAMH
#include <iostream.h>
#include <fstream.h>
#include <iostream>
#include <fstream>
#endif
+#include "wx/afterstd.h"
#include <ctype.h>
#include <stdlib.h>
i ++;
if (i < argc)
{
- wxChar *s = argv[i];
+ const wxChar *s = argv[i];
i ++;
if (wxStrcmp(s, _T("ansi")) == 0 || wxStrcmp(s, _T("pc")) == 0 || wxStrcmp(s, _T("mac")) == 0 ||
wxStrcmp(s, _T("pca")) == 0)