回答編集履歴

2

c_int64 -> c_uint64

2017/06/01 11:48

投稿

YouheiSakurai
YouheiSakurai

スコア6142

test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  from ctypes import byref
26
26
 
27
- from ctypes import c_int64 as UINT64
27
+ from ctypes import c_uint64 as UINT64
28
28
 
29
29
  from ctypes import POINTER
30
30
 

1

Typo

2017/06/01 11:48

投稿

YouheiSakurai
YouheiSakurai

スコア6142

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  from ctypes import POINTER
30
30
 
31
- from ctypes import WinDLL
31
+ from ctypes import windll
32
32
 
33
33
  from ctypes import wintypes
34
34