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.