Ziemowit Łąski
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. -...
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.
`/mingw64/bin/windres` fails silently under git-for-windows environment if its path contains spaces
### 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...