aboutsummaryrefslogtreecommitdiff
path: root/src/tools/thmviewer/thmviewer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use CompareStringOrdinal() instead of CompareString() case-sensitiveRob Mensching2025-11-031-3/+3
| | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-sensitve uses of CompareString() with the invariant locale. Resolves 6947
* Use CompareStringOrdinal() instead of CompareString() case-insensitiveRob Mensching2025-11-031-2/+2
| | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-insensitve uses of CompareString() with the invariant locale. Partially resolves 6947
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-2/+2
|
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-101-18/+9
| | | | It is the recommended option since Vista and has better long path support.
* Rename "samples" segment to "tools"Rob Mensching2022-07-141-0/+564
This segment is a bit of a "miscellaneous section" in the WiX repo. As such it has been difficult to name. I originally eschewed the name "tools" because what is in the "wix" segment was once called "tools". However, now that wix.exe is firmly established as the entry point for WiX operations, I've become comfortable with its segment being named "wix". That meant "tools" was again available and "tools" better describes the content of this section.