mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
4b4da185c8
commit
ebbdf4e704
@ -187,6 +187,7 @@ winutil_set_debug(PyObject *self, PyObject *args) {
|
|||||||
return Py_None;
|
return Py_None;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Obsolete device code {{{ */
|
||||||
static LPWSTR
|
static LPWSTR
|
||||||
get_registry_property(HDEVINFO hDevInfo, DWORD index, DWORD property, BOOL *iterate) {
|
get_registry_property(HDEVINFO hDevInfo, DWORD index, DWORD property, BOOL *iterate) {
|
||||||
/* Get the property specified by `property` from the registry for the
|
/* Get the property specified by `property` from the registry for the
|
||||||
@ -771,6 +772,7 @@ winutil_is_usb_device_connected(PyObject *self, PyObject *args) {
|
|||||||
Py_INCREF(ans);
|
Py_INCREF(ans);
|
||||||
return ans;
|
return ans;
|
||||||
}
|
}
|
||||||
|
/* }}} */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
gettmarg(PyObject *args, struct tm *p)
|
gettmarg(PyObject *args, struct tm *p)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user