mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9e483580b6
commit
b400c4bc74
@ -12,6 +12,9 @@ from contextlib import contextmanager
|
|||||||
|
|
||||||
from calibre.constants import is64bit
|
from calibre.constants import is64bit
|
||||||
|
|
||||||
|
# Wraps (part of) the IPHelper API, useful to enumerate the network routes and
|
||||||
|
# adapters on the local machine
|
||||||
|
|
||||||
class GUID(ctypes.Structure):
|
class GUID(ctypes.Structure):
|
||||||
_fields_ = [
|
_fields_ = [
|
||||||
("data1", wintypes.DWORD),
|
("data1", wintypes.DWORD),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user