Re: [Mingw-w64-public] [PATCH 12/18] winpthreads: Fix include style

2023-11-29 Thread Antonin Décimo
> (while it probably can be considered belonging to the general theme of the > subject line of the patch). This was my intent. > If you'd add a separate pargraph to the commit > message explaining the reasoning for this one, it can probably be fine to > keep both in the same commit. Ok! __

Re: [Mingw-w64-public] [PATCH 12/18] winpthreads: Fix include style

2023-11-29 Thread Martin Storsjö
On Wed, 29 Nov 2023, Antonin Décimo wrote: MSVC warns against relative path in include directives. warning C4464: relative include path contains '..' https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-4-c4464?view=msvc-170 Signed-off-by: Antonin Décimo

[Mingw-w64-public] [PATCH 12/18] winpthreads: Fix include style

2023-11-29 Thread Antonin Décimo
MSVC warns against relative path in include directives. warning C4464: relative include path contains '..' https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-4-c4464?view=msvc-170 Signed-off-by: Antonin Décimo --- mingw-w64-libraries/winpthreads/src/bar