diff options
| author | kahashimoto-ms <[email protected]> | 2023-03-24 12:55:13 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-24 12:55:13 -0700 |
| commit | 1904b79bdb26196d4dbf50110208b50950e06f4e (patch) | |
| tree | 51d20c3fc690a385d4014afeba606c8d62587f4a /network | |
| parent | f8738aea301d07eec82147a1ef3b2a48b11209c5 (diff) | |
Mspassthroughext arch fix (#942)
* Use Stampinf architecture
* Enable the CET Shadow Stack mitigation
* Change the encoding of inf to UTF-16LE
Diffstat (limited to 'network')
| -rw-r--r-- | network/ndis/extension/samples/passthrough/mspassthroughext.inf | bin | 2732 -> 5218 bytes | |||
| -rw-r--r-- | network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj | 1 |
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 Binary files differindex 47236828..8339e7c8 100644 --- a/network/ndis/extension/samples/passthrough/mspassthroughext.inf +++ b/network/ndis/extension/samples/passthrough/mspassthroughext.inf 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> |
