X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..12b5f4b4d2d8a07962da7ba3b78c8c1ec2634a67:/src/palmos/utilsexc.cpp diff --git a/src/palmos/utilsexc.cpp b/src/palmos/utilsexc.cpp index 943fa3e3ab..eaa04a4e6b 100644 --- a/src/palmos/utilsexc.cpp +++ b/src/palmos/utilsexc.cpp @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: palmos/utilsexec.cpp -// Purpose: wxExecute implementation for MSW -// Author: William Osborne +// Name: src/palmos/utilsexec.cpp +// Purpose: wxExecute implementation for PalmOS +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -33,15 +29,16 @@ #include "wx/app.h" #include "wx/intl.h" #include "wx/log.h" + #if wxUSE_STREAMS + #include "wx/stream.h" + #endif + #include "wx/module.h" #endif -#include "wx/stream.h" #include "wx/process.h" #include "wx/apptrait.h" -#include "wx/module.h" - #include #include @@ -99,4 +96,3 @@ long wxExecute(wxChar **argv, int flags, wxProcess *handler) { return 0; } -