aboutsummaryrefslogtreecommitdiff
path: root/src/wix/wixnative/extractcab.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Handle unexpected BOM when reading from stdin in wixnative.exeRob Mensching2021-12-031-4/+4
| | | | | | | | | | | In certain cases, the encoding of stdin/stdout can be changed in Windows to cause a BOM to be added on the first read of stdin. To handle the unexpected BOM, the first line read from stdin is now a "preamble" where the last character is expected to be a ":". We use the last character because a multibyte BOM value may appear before it. Also updated SAL annotations to resolve IDE warnings.
* Move Core.Native into wixRob Mensching2021-04-291-0/+50