Re: [Mingw-w64-public] [PATCH v2] winstorecompat: handle LoadLibraryA alongside LoadLibraryW

2020-05-10 Thread Martin Storsjö
On Mon, 11 May 2020, Liu Hao wrote: 在 2020/5/11 5:18, Martin Storsjö 写道: Out of curiousity, what's the practical difference between using GetACP() and just CP_ACP? Doesn't the latter internally map to whatever code page is set active anyway? Still interested in a comment on this if someone

Re: [Mingw-w64-public] [PATCH v2] winstorecompat: handle LoadLibraryA alongside LoadLibraryW

2020-05-10 Thread Liu Hao
在 2020/5/11 5:18, Martin Storsjö 写道: > >> Out of curiousity, what's the practical difference between using >> GetACP() and just CP_ACP? Doesn't the latter internally map to >> whatever code page is set active anyway? > > Still interested in a comment on this if someone cares to elaborate :-) >

Re: [Mingw-w64-public] [PATCH v2] winstorecompat: handle LoadLibraryA alongside LoadLibraryW

2020-05-10 Thread Martin Storsjö
On Thu, 7 May 2020, Martin Storsjö wrote: On Thu, 7 May 2020, Steve Lhomme wrote: --- mingw-w64-headers/include/winbase.h| 3 +-- .../winstorecompat/src/LoadLibraryW.c | 18 -- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git

Re: [Mingw-w64-public] [PATCH v2] winstorecompat: handle LoadLibraryA alongside LoadLibraryW

2020-05-07 Thread Martin Storsjö
On Thu, 7 May 2020, Steve Lhomme wrote: --- mingw-w64-headers/include/winbase.h| 3 +-- .../winstorecompat/src/LoadLibraryW.c | 18 -- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/mingw-w64-headers/include/winbase.h

[Mingw-w64-public] [PATCH v2] winstorecompat: handle LoadLibraryA alongside LoadLibraryW

2020-05-07 Thread Steve Lhomme
--- mingw-w64-headers/include/winbase.h| 3 +-- .../winstorecompat/src/LoadLibraryW.c | 18 -- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/mingw-w64-headers/include/winbase.h b/mingw-w64-headers/include/winbase.h index 1bc85317..8dd03dee