Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
c_int?
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed May 10, 2016
1 parent 48c0102 commit 184d827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/screenshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ class ProcessInfo(ctypes.Structure):
"""PROCESS_INFORMATION structure."""

_fields_ = [
('hProcess', ctypes.c_void_p),
('hThread', ctypes.c_void_p),
('hProcess', ctypes.c_int),
('hThread', ctypes.c_int),
('dwProcessId', ctypes.c_ulong),
('dwThreadId', ctypes.c_ulong),
]
Expand Down

0 comments on commit 184d827

Please sign in to comment.