...
This commit is contained in:
parent
0684c13898
commit
70e4e9310c
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ machine_id(void) {
|
|||
|
||||
void
|
||||
dnd_set_test_write_func(PyObject *func) {
|
||||
(void)machine_id;
|
||||
Py_XDECREF(g_dnd_test_write_func);
|
||||
g_dnd_test_write_func = Py_XNewRef(func);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue