Skip to content

Commit fd7d057

Browse files
committed
Inf2Cat: Use localtime
Fix error that occurs sometimes: DriverVer set to a date in the future (postdated DriverVer not allowed) Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent b1e8de9 commit fd7d057

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

SensorsComboDriver/SensorsComboDriver.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</PropertyGroup>
2929
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3030
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
31+
<Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
3132
<TargetVersion>Windows10</TargetVersion>
3233
<UseDebugLibraries>False</UseDebugLibraries>
3334
<DriverTargetPlatform>Universal</DriverTargetPlatform>
@@ -36,6 +37,7 @@
3637
<ConfigurationType>DynamicLibrary</ConfigurationType>
3738
</PropertyGroup>
3839
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
40+
<Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
3941
<TargetVersion>Windows10</TargetVersion>
4042
<UseDebugLibraries>False</UseDebugLibraries>
4143
<DriverTargetPlatform>Universal</DriverTargetPlatform>
@@ -44,6 +46,7 @@
4446
<ConfigurationType>DynamicLibrary</ConfigurationType>
4547
</PropertyGroup>
4648
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
49+
<Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
4750
<TargetVersion>Windows10</TargetVersion>
4851
<UseDebugLibraries>True</UseDebugLibraries>
4952
<DriverTargetPlatform>Universal</DriverTargetPlatform>
@@ -52,6 +55,7 @@
5255
<ConfigurationType>DynamicLibrary</ConfigurationType>
5356
</PropertyGroup>
5457
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
58+
<Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
5559
<TargetVersion>Windows10</TargetVersion>
5660
<UseDebugLibraries>True</UseDebugLibraries>
5761
<DriverTargetPlatform>Universal</DriverTargetPlatform>

0 commit comments

Comments
 (0)