git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13700
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-int wxKill(long pid, wxSignal sig)
+int wxKill(long pid, wxSignal sig , wxKillError *rc )
+WXDLLEXPORT bool wxGetEnv(const wxString& var, wxString *value)
+{
+ // TODO : under classic there is no environement support, under X yes
+ return false ;
+}
+
+// set the env var name to the given value, return TRUE on success
+WXDLLEXPORT bool wxSetEnv(const wxString& var, const wxChar *value)
+{
+ // TODO : under classic there is no environement support, under X yes
+ return false ;
+}
+
//
// Execute a program in an Interactive Shell
//
//
// Execute a program in an Interactive Shell
//
{
return wxGenericFindWindowAtPoint(pt);
}
{
return wxGenericFindWindowAtPoint(pt);
}
+
+wxString wxGetOsDescription()
+{
+ return "MacOS" ; //TODO:define further
+}
\ No newline at end of file
-int wxKill(long pid, wxSignal sig)
+int wxKill(long pid, wxSignal sig , wxKillError *rc )
+WXDLLEXPORT bool wxGetEnv(const wxString& var, wxString *value)
+{
+ // TODO : under classic there is no environement support, under X yes
+ return false ;
+}
+
+// set the env var name to the given value, return TRUE on success
+WXDLLEXPORT bool wxSetEnv(const wxString& var, const wxChar *value)
+{
+ // TODO : under classic there is no environement support, under X yes
+ return false ;
+}
+
//
// Execute a program in an Interactive Shell
//
//
// Execute a program in an Interactive Shell
//
{
return wxGenericFindWindowAtPoint(pt);
}
{
return wxGenericFindWindowAtPoint(pt);
}
+
+wxString wxGetOsDescription()
+{
+ return "MacOS" ; //TODO:define further
+}
\ No newline at end of file