Windows driver (NDIS6) rebuild using earlier DDK revision to allow driver to load in Windows 2008 Server and Windows Vista. Still issues with those platforms, but driver loads -- and shouldn't hurt newer versions (will test).

This commit is contained in:
Adam Ierymenko 2015-08-13 15:18:48 -07:00
commit 085734aaba
15 changed files with 20 additions and 16 deletions

View file

@ -91,6 +91,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Vista Release|Win32'" Label="Configuration">
<TargetVersion>Vista</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
<KMDF_VERSION_MAJOR>1</KMDF_VERSION_MAJOR>
<KMDF_VERSION_MINOR>7</KMDF_VERSION_MINOR>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'" Label="Configuration">
<TargetVersion>Windows8</TargetVersion>
@ -115,6 +117,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Vista Release|x64'" Label="Configuration">
<TargetVersion>Vista</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
<KMDF_VERSION_MAJOR>1</KMDF_VERSION_MAJOR>
<KMDF_VERSION_MINOR>7</KMDF_VERSION_MINOR>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">

View file

@ -1395,7 +1395,7 @@
#define MULTIFILEOPENORD 1537
#define _WIN32_WINNT_WIN8 0x0602
#define _WIN32_IE_WS03 0x0602
#define _WIN32_WINNT 0x0602
#define _WIN32_WINNT 0x0600
#define PRINTDLGORD 1538
#define VER_PRODUCTVERSION_W 0x0602
#define _WIN32_IE_IE60SP2 0x0603