mingw32 doesn't define _tsystem so provide one ourselves (bug 1726904)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -1327,12 +1327,14 @@ wxChar * WXDLLEXPORT wxGetenv(const wxChar *name) | ||||
| #endif | ||||
| } | ||||
|  | ||||
| #endif // wxNEED_WX_STDLIB_H | ||||
|  | ||||
| #ifdef wxNEED_WXSYSTEM | ||||
| int WXDLLEXPORT wxSystem(const wxChar *psz) | ||||
| { | ||||
|     return system(wxConvLibc.cWX2MB(psz)); | ||||
| } | ||||
|  | ||||
| #endif // wxNEED_WX_STDLIB_H | ||||
| #endif // wxNEED_WXSYSTEM | ||||
|  | ||||
| #ifdef wxNEED_WX_TIME_H | ||||
| WXDLLEXPORT size_t | ||||
|   | ||||
		Reference in New Issue
	
	Block a user