This commit is contained in:
Kovid Goyal 2016-01-16 08:38:22 +05:30
parent 4b4da185c8
commit ebbdf4e704

View File

@ -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)