Commit 10805a3
committed
mingw: use ANSI or Unicode functions explicitly
For many Win32 functions, there actually exist two variants: one with
the `A` suffix that takes ANSI parameters (`char *` or `const char *`)
and one with the `W` suffix that takes Unicode parameters (`wchar_t *`
or `const wchar_t *`).
Let's be precise what we want to use.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 7fdc10b commit 10805a3
File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments