diff options
| author | Tomáš Pazdiora <[email protected]> | 2021-01-05 19:52:07 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-05 19:52:07 +0100 |
| commit | 632a66281e3700d7ca45847a44dcb765e91f02e2 (patch) | |
| tree | 389291a549d9e906aacc7d26ee99e925b70e2c3a /driver | |
| parent | bugfix (diff) | |
| download | rawaccel-632a66281e3700d7ca45847a44dcb765e91f02e2.tar.xz rawaccel-632a66281e3700d7ca45847a44dcb765e91f02e2.zip | |
Update driver/driver.h
Co-authored-by: a1xd <[email protected]>
Diffstat (limited to 'driver')
| -rw-r--r-- | driver/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/driver.h b/driver/driver.h index de677ce..ac42f4b 100644 --- a/driver/driver.h +++ b/driver/driver.h @@ -20,8 +20,8 @@ using counter_t = long long; typedef struct _DEVICE_EXTENSION { counter_t counter; vec2d carry; - WCHAR hwid[512]; CONNECT_DATA UpperConnectData; + WCHAR hwid[512]; } DEVICE_EXTENSION, *PDEVICE_EXTENSION; WDF_DECLARE_CONTEXT_TYPE_WITH_NAME(DEVICE_EXTENSION, FilterGetData) |