// Author: Ryan Norton
// Modified by:
// Created: 2004-10-05
-// RCS-ID: $Id$
// Copyright: (c) Ryan Norton
// Licence: wxWindows licence
// Notes: This code may be useful on platforms other than Darwin.
#include "wx/utils.h"
#endif
-#include "wx/unix/execute.h"
-
#if 0
#ifndef WX_PRECOMP
long wxExecute(const wxString& command,
int sync,
- wxProcess *handle)
+ wxProcess *handle,
+ const wxExecuteEnv *env)
{
NSTask* theTask = [[NSTask alloc] init];