Skip to content

Commit

Permalink
Merge "Fix workqueue on Windows" into snap-temp-L32800000951275450
Browse files Browse the repository at this point in the history
  • Loading branch information
Android Build Coastguard Worker authored and Gerrit Code Review committed Sep 24, 2021
2 parents 7b0607d + 238b3d6 commit a1d397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk/workqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


if IS_WINDOWS:
import ctypes
import ctypes.wintypes
ProcessGroup = Optional[ctypes.wintypes.HANDLE]


Expand Down

0 comments on commit a1d397e

Please sign in to comment.