mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 07:03:41 +02:00
...
This commit is contained in:
parent
9e483580b6
commit
b400c4bc74
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue