Skip to content

Commit

Permalink
Updated the WDK from 10.0.10586 to 10.0.14393.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Nov 21, 2016
1 parent 1b0b1a9 commit 80d6d92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packetWin7/npf/npf Package/npf Package.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<PropertyGroup Label="Globals">
<RootNamespace>npf_Package</RootNamespace>
<VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VisualStudioVersion)' == '11.0'">$(VCTargetsPath11)</VCTargetsPath>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="PropertySheets">
<ConfigurationType>Utility</ConfigurationType>
Expand Down
2 changes: 1 addition & 1 deletion packetWin7/npf/npf/npf.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<PropertyGroup Label="Globals">
<RootNamespace>npf</RootNamespace>
<VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VisualStudioVersion)' == '11.0'">$(VCTargetsPath11)</VCTargetsPath>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="PropertySheets">
<ConfigurationType>Driver</ConfigurationType>
Expand Down
7 changes: 4 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,19 @@
* 0.8.0.724 --> Npcap 0.08 beta
* 0.9.0.831 --> Npcap 0.09 beta
* 0.10.0.921 --> Npcap 0.10 beta
* 0.11.0.1121--> Npcap 0.11 beta
*/

#define /*
!define /**/ WINPCAP_MAJOR 5
#define /*
!define /**/ WINPCAP_MINOR 0
#define /*
!define /**/ WINPCAP_REV 10
!define /**/ WINPCAP_REV 11
#define /*
!define /**/ WINPCAP_BUILD 921
!define /**/ WINPCAP_BUILD 1121
#define /*
!define /**/ WINPCAP_VER_STRING "0.10 r18"
!define /**/ WINPCAP_VER_STRING "0.11"

#define WINPCAP_PACKET9x_STRING_VERSION WINPCAP_VER_STRING
#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING
Expand Down

0 comments on commit 80d6d92

Please sign in to comment.