From 447a11fc25ca8e103f5d7dbeb96cadeb5f1019d4 Mon Sep 17 00:00:00 2001 From: Sebastien Vincent Date: Wed, 8 Nov 2017 20:58:47 +0100 Subject: [PATCH] Fixes WDK version to use in Windows packaging README. --- packaging/windows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows/README.md b/packaging/windows/README.md index 8d39bc32..ee3d80d9 100644 --- a/packaging/windows/README.md +++ b/packaging/windows/README.md @@ -7,5 +7,5 @@ Building an installer on Windows also requires [Inno Setup](http://www.jrsoftware.org/isinfo.php). You will also need to compile the `tap-setup.exe` tool from -`libs/asiotap/windows/tap_adapter/tap-setup` using the WDK 7.1. You will find +`libs/asiotap/windows/tap_adapter/tap-setup` using the WDK 10. You will find detailed instructions inside this directory.