Kaydet (Commit) 2affb40e authored tarafından Thomas Heller's avatar Thomas Heller

Fix test on 64-bit platforms.

üst 6d75ff82
...@@ -113,7 +113,7 @@ class Incomplete(Structure): ...@@ -113,7 +113,7 @@ class Incomplete(Structure):
class Complete(Structure): class Complete(Structure):
pass pass
PComplete = POINTER(Complete) PComplete = POINTER(Complete)
Complete._fields_ = [("a", c_int)] Complete._fields_ = [("a", c_long)]
################################################################ ################################################################
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment