forgot to add the registration of the Bitmap type
This commit is contained in:
parent
20ed16a9ae
commit
ee3df7bffc
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user