From 632a66281e3700d7ca45847a44dcb765e91f02e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Pazdiora?= Date: Tue, 5 Jan 2021 19:52:07 +0100 Subject: Update driver/driver.h Co-authored-by: a1xd <68629610+a1xd@users.noreply.github.com> --- driver/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3