Ziemowit Łąski

Results 4 issues of Ziemowit Łąski

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Needs-Triage

Use std::size_t to make build bit-width agnostic. On Windows, suppress warning about assignment in a conditional expression.

This is so that the SE_DEBUG privilege may be correctly acquired. Associated check has been robustified.

### Description The issue arises when trying to build FFMPEG under MingW64. The MingW64 version of `windres` fails with error 127 (and does not produce output), whereas the MSYS version...

bug