Common: Add utility function that wraps localtime_s() or localtime_t().

This commit is contained in:
Admiral H. Curtiss
2024-02-18 04:40:25 +01:00
parent 982ad93355
commit 52410813f2
4 changed files with 41 additions and 0 deletions

View File

@ -161,6 +161,7 @@
<ClInclude Include="Common\SymbolDB.h" />
<ClInclude Include="Common\Thread.h" />
<ClInclude Include="Common\Timer.h" />
<ClInclude Include="Common\TimeUtil.h" />
<ClInclude Include="Common\TraversalClient.h" />
<ClInclude Include="Common\TraversalProto.h" />
<ClInclude Include="Common\TypeUtils.h" />
@ -832,6 +833,7 @@
<ClCompile Include="Common\SymbolDB.cpp" />
<ClCompile Include="Common\Thread.cpp" />
<ClCompile Include="Common\Timer.cpp" />
<ClCompile Include="Common\TimeUtil.cpp" />
<ClCompile Include="Common\TraversalClient.cpp" />
<ClCompile Include="Common\UPnP.cpp" />
<ClCompile Include="Common\WindowsRegistry.cpp" />