X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c740f49634629e47738ea73a199ea1a97640dc53..7482b22003c03f7aa3335aec271b5fcb48e2693d:/src/msw/utilsexc.cpp diff --git a/src/msw/utilsexc.cpp b/src/msw/utilsexc.cpp index 43e66153a2..e74411c229 100644 --- a/src/msw/utilsexc.cpp +++ b/src/msw/utilsexc.cpp @@ -24,6 +24,7 @@ #include "wx/setup.h" #include "wx/utils.h" #include "wx/app.h" +#include "wx/intl.h" #endif #include "wx/log.h" @@ -32,18 +33,18 @@ #include -#ifndef __GNUWIN32__ +#if !defined(__GNUWIN32__) && !defined(__SALFORDC__) #include +#ifndef __MWERKS__ #include #endif +#endif #ifdef __GNUWIN32__ +#ifndef __TWIN32__ #include #include -#ifndef __MINGW32__ -#include #endif - #endif #ifdef __WIN32__ @@ -112,7 +113,7 @@ long wxExecute(const wxString& command, bool sync, wxProcess *handler) if (command == "") return 0; -#ifdef __WIN32__ +#if defined(__WIN32__) && !defined(__TWIN32__) char * cl; char * argp; int clen;