summaryrefslogtreecommitdiff
path: root/driver/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/driver.h')
-rw-r--r--driver/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/driver.h b/driver/driver.h
index 8554f8c..de677ce 100644
--- a/driver/driver.h
+++ b/driver/driver.h
@@ -20,6 +20,7 @@ using counter_t = long long;
typedef struct _DEVICE_EXTENSION {
counter_t counter;
vec2d carry;
+ WCHAR hwid[512];
CONNECT_DATA UpperConnectData;
} DEVICE_EXTENSION, *PDEVICE_EXTENSION;