return false;
}
- wxStrncpy (buf, wxConvertMB2WX(id), maxSize - 1);
+ wxStrncpy (buf, wxSafeConvertMB2WX(id), maxSize - 1);
// free the buffer
MemPtrUnlock(id);
return false;
}
+bool wxUnsetEnv(const wxString& var)
+{
+ return false;
+}
+
// ----------------------------------------------------------------------------
// process management
// ----------------------------------------------------------------------------