Re: [Mingw-w64-public] [PATCH] headers: Fix parameter types in oleauto.h

2022-06-20 Thread Mateusz Loskot
arameter types in oleauto.h > > > > Signed-off-by: Biswapriyo Nath > > --- > > mingw-w64-headers/include/oleauto.h | 38 ++--- > > 1 file changed, 19 insertions(+), 19 deletions(-) > > Thanks. Patch looks good to me. Pushed. Thank you al

[Mingw-w64-public] [Bug #940] VarDecFromStr should take LPCOLESTR and not OLESTR*

2022-06-19 Thread Mateusz Loskot
. OLECHAR *strIn should be changed to LPCOLESTR to avoid compile errors like error: invalid conversion from 'LPCOLESTR' {aka 'const wchar_t*'} to 'OLECHAR*' {aka 'wchar_t*'} [-fpermissive] Best regards, -- M