aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/locutil.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
* Fix egregiously bad comments that were frustratingBob Arnson2024-07-151-28/+28
|
* Some small SAL annotation fixupsRob Mensching2023-02-091-2/+2
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-311-6/+6
| | | | Fixes 6970
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+628