diff --git a/src/core_ex.cpp b/src/core_ex.cpp index 29e92bad..bb6def49 100644 --- a/src/core_ex.cpp +++ b/src/core_ex.cpp @@ -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);