#include "wx/utils.h"
#include "wx/app.h"
#include "wx/intl.h"
+ #include "wx/log.h"
#endif
-#include "wx/log.h"
-
#include "wx/process.h"
#include "wx/os2/private.h"
,zArgs
,zEnvs
,&vResultCodes
- ,(PSZ)rCommand.c_str()
+ ,rCommand.c_str()
);
if (rc != NO_ERROR)
{