mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-29 05:08:32 -05:00
correction to compile with later WDK and run on Windows 10
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
<DriverType>WDM</DriverType>
|
||||
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
||||
<DriverTargetPlatform>Windows Driver</DriverTargetPlatform>
|
||||
<_NT_TARGET_VERSION>0xA00000B</_NT_TARGET_VERSION>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<TargetVersion>Windows10</TargetVersion>
|
||||
@@ -80,6 +81,7 @@
|
||||
<DriverType>WDM</DriverType>
|
||||
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
||||
<DriverTargetPlatform>Windows Driver</DriverTargetPlatform>
|
||||
<_NT_TARGET_VERSION>0xA00000B</_NT_TARGET_VERSION>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
||||
<TargetVersion>Windows10</TargetVersion>
|
||||
|
||||
Reference in New Issue
Block a user