hackathon-dev #1

Merged
amy merged 101 commits from hackathon-dev into develop 2019-12-12 13:56:11 -07:00
Showing only changes of commit ee3df7bffc - Show all commits

View File

@ -81,6 +81,12 @@ PyObject *Epython_init_upiwin_module(void)
return NULL; return NULL;
} }
if (FAILED(Epython_register_bitmap(module)))
{
Py_DECREF(module);
return NULL;
}
if (FAILED(Epython_register_devctxt(module))) if (FAILED(Epython_register_devctxt(module)))
{ {
Py_DECREF(module); Py_DECREF(module);