20 Mar
2023
20 Mar
'23
4:30 p.m.
On Mon Mar 20 08:46:51 2023 +0000, Hans Leidekker wrote:
The SDK has 'const PCHAR' here which is not the same thing. Ah, I see my mistake: `const PCHAR` would be `char * const`, not `const char *`. In that case, we can just drop the second patch from this MR.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2443#note_27308