diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /hid/hclient/hid.h | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'hid/hclient/hid.h')
| -rw-r--r-- | hid/hclient/hid.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hid/hclient/hid.h b/hid/hclient/hid.h index af149ba7..e9a8b09e 100644 --- a/hid/hclient/hid.h +++ b/hid/hclient/hid.h @@ -158,7 +158,8 @@ Read ( BOOLEAN ReadOverlapped ( PHID_DEVICE HidDevice, - HANDLE CompletionEvent + HANDLE CompletionEvent, + LPOVERLAPPED Overlap ); BOOLEAN |
