This commit is contained in:
Kovid Goyal 2016-01-10 00:52:19 +05:30
parent 9e483580b6
commit b400c4bc74

View File

@ -12,6 +12,9 @@ from contextlib import contextmanager
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):
_fields_ = [
("data1", wintypes.DWORD),