-#ifdef __GNUG__
-#pragma implementation
-#endif
-
-#include "wx/utils.h"
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
-#define wxEXECUTE_WIN_MESSAGE 10000
-
-long wxExecute(const wxString& command, bool sync, wxProcess *handler)
-{
- // TODO
- return 0;
-}