summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/ndis/extension/samples/passthrough/mspassthroughext.infbin2732 -> 5218 bytes
-rw-r--r--network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj1
2 files changed, 1 insertions, 0 deletions
diff --git a/network/ndis/extension/samples/passthrough/mspassthroughext.inf b/network/ndis/extension/samples/passthrough/mspassthroughext.inf
index 47236828..8339e7c8 100644
--- a/network/ndis/extension/samples/passthrough/mspassthroughext.inf
+++ b/network/ndis/extension/samples/passthrough/mspassthroughext.inf
Binary files differ
diff --git a/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj b/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj
index 791d2493..f688d064 100644
--- a/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj
+++ b/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj
@@ -82,6 +82,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Link>
<AdditionalDependencies>%(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;.\..\..\base\$(IntDir)\sxbase.lib</AdditionalDependencies>
+ <CETCompat>true</CETCompat>
</Link>
<ClCompile>
<TreatWarningAsError>true</TreatWarningAsError>