Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle unexpected BOM when reading from stdin in wixnative.exe | Rob Mensching | 2021-12-03 | 1 | -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 wix | Rob Mensching | 2021-04-29 | 1 | -0/+50 |