diff options
| author | Grant Limberg <glimberg@gmail.com> | 2015-08-13 19:36:30 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2015-08-13 19:36:30 -0700 |
| commit | 7d676ad16ab14719c892d0e8ebb7bf0944bd72e6 (patch) | |
| tree | 06552c7a9a26860d428e9b167dd005eeb28d6afa /windows | |
| parent | 0fd6808e21755e55603f99086e28b47fe1348f04 (diff) | |
| parent | b75bdedaee753684f7b811a294fc1f8bd268517f (diff) | |
| download | infinitytier-7d676ad16ab14719c892d0e8ebb7bf0944bd72e6.tar.gz infinitytier-7d676ad16ab14719c892d0e8ebb7bf0944bd72e6.zip | |
Merge branch 'adamierymenko-dev' into android-jni
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/TapDriver6/TapDriver6.vcxproj | 4 | ||||
| -rw-r--r-- | windows/TapDriver6/resource.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/windows/TapDriver6/TapDriver6.vcxproj b/windows/TapDriver6/TapDriver6.vcxproj index ffe9441c..b1f9ae18 100644 --- a/windows/TapDriver6/TapDriver6.vcxproj +++ b/windows/TapDriver6/TapDriver6.vcxproj @@ -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"> diff --git a/windows/TapDriver6/resource.h b/windows/TapDriver6/resource.h index d609f17c..e7364084 100644 --- a/windows/TapDriver6/resource.h +++ b/windows/TapDriver6/resource.h @@ -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 |
