aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.vcxproj
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-30 22:50:07 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-03 10:53:11 +0000
commit44ddfbe357e8624c6c23dbb3547763983517ed00 (patch)
treef1f3d59749243fab9e4be62733df0eb23906150e /wintun.vcxproj
parentClear internal NBL queue on transition to MediaConnectStateDisconnected (diff)
downloadwintun-44ddfbe357e8624c6c23dbb3547763983517ed00.tar.xz
wintun-44ddfbe357e8624c6c23dbb3547763983517ed00.zip
Clear NBLs on PnP notification
Otherwise Pause&Halt aren't called. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'wintun.vcxproj')
-rw-r--r--wintun.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/wintun.vcxproj b/wintun.vcxproj
index 5eeabfa..54a6451 100644
--- a/wintun.vcxproj
+++ b/wintun.vcxproj
@@ -132,7 +132,7 @@
<PreprocessorDefinitions>WINTUN_VERSION_MAJ=$(WintunVersionMaj);WINTUN_VERSION_MIN=$(WintunVersionMin);WINTUN_VERSION_STR="$(WintunVersionStr)";NDIS_MINIPORT_DRIVER=1;NDIS620_MINIPORT=1;NDIS630_MINIPORT=1;NDIS_WDM=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Link>
- <AdditionalDependencies>ndis.lib;wdmsec.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>ndis.lib;wdmsec.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
@@ -182,4 +182,4 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
-</Project> \ No newline at end of file
+</Project>