From b400c4bc746d002db9690fd40ad39851e45d8cd2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 10 Jan 2016 00:52:19 +0530 Subject: [PATCH] ... --- src/calibre/utils/iphlpapi.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/utils/iphlpapi.py b/src/calibre/utils/iphlpapi.py index c04bf032cd..bc27b32b0a 100644 --- a/src/calibre/utils/iphlpapi.py +++ b/src/calibre/utils/iphlpapi.py @@ -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),