summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
Diffstat (limited to 'driver')
-rw-r--r--driver/driver.h2
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)