Skip to content

Commit

Permalink
Update WTL to 10.0.10320
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Oct 1, 2024
1 parent 85a3b4d commit 8f6c6a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions source/CrashExplorer/CrashExplorer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
<NuGetPackageImportStamp>c3f8551b</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)..\bin\</OutDir>
Expand Down Expand Up @@ -219,8 +218,8 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\wtl.9.0.4140\build\native\wtl.targets" Condition="Exists('..\packages\wtl.9.0.4140\build\native\wtl.targets')" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project="..\packages\wtl.10.0.10320\build\native\wtl.targets" Condition="Exists('..\packages\wtl.10.0.10320\build\native\wtl.targets')" />
</ImportGroup>
<ProjectExtensions>
<VisualStudio>
Expand All @@ -231,7 +230,7 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\wtl.9.0.4140\build\native\wtl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\wtl.9.0.4140\build\native\wtl.targets'))" />
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
<Error Condition="!Exists('..\packages\wtl.10.0.10320\build\native\wtl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\wtl.10.0.10320\build\native\wtl.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion source/CrashExplorer/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="wtl" version="9.0.4140" targetFramework="Native" />
<package id="wtl" version="10.0.10320" targetFramework="native" />
</packages>
2 changes: 1 addition & 1 deletion source/CrashExplorer/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#endif

#ifndef _RICHEDIT_VER // Allow use of features specific to RichEdit 1.0 or later.
#define _RICHEDIT_VER 0x0210 // Change this to the appropriate value to target RichEdit 2.0 or later.
#define _RICHEDIT_VER 0x0300 // Change this to the appropriate value to target RichEdit 2.0 or later.
#endif

#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
Expand Down

0 comments on commit 8f6c6a5

Please sign in to comment.