Skip to content

Commit 08581ff

Browse files
committed
Win 10 version check bug fix
1 parent 9efcb03 commit 08581ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlackBoneDrv/Private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ typedef enum _WinVer
141141
WINVER_8 = 0x0620,
142142
WINVER_81 = 0x0630,
143143
WINVER_10 = 0x0A00,
144-
WINVER_10_AU = 0x0A00,
144+
WINVER_10_AU = 0x0A01,
145145
} WinVer;
146146

147147
extern PLIST_ENTRY PsLoadedModuleList;

0 commit comments

Comments
 (0)