Add 'autoidman' to wx.PlatformInfo

This commit is contained in:
Robin Dunn
2018-06-24 15:02:24 -07:00
parent 9906320879
commit 0a136b5c6a

View File

@@ -199,6 +199,10 @@ void wxPyCoreModuleInject(PyObject* moduleDict)
PyList_Append(PlatformInfo, obj);
Py_DECREF(obj);
#if wxUSE_AUTOID_MANAGEMENT
_AddInfoString("autoidman");
#endif
#undef _AddInfoString
PyObject* PlatformInfoTuple = PyList_AsTuple(PlatformInfo);