[Mingw-w64-public] [PATCH] Fix compiler errors in shobjidl.h when NOGDI is defined

2021-05-30 Thread Orgad Shaneh
Signed-off-by: Orgad Shaneh --- mingw-w64-headers/include/shobjidl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/shobjidl.h b/mingw-w64-headers/include/shobjidl.h index bd1633ae..33b77648 100644 --- a/mingw-w64-headers/include/shobjidl.h +++ b

Re: [Mingw-w64-public] [PATCH] headers/wincon: Don't define `LF_FACESIZE` when `NOGDI` is in, effect

2021-05-25 Thread Orgad Shaneh
On Tue, May 25, 2021 at 4:40 PM Liu Hao wrote: > The issue indeed exists. However I don't think the other proposed patch is > the correct way to > address it. If you have a look at how Microsoft headers work, you will > find that those functions are > effectively available when `NOGDI` is defined

[Mingw-w64-public] [PATCH] Fix compiler errors in shobjidl.h when NOGDI is defined

2021-05-24 Thread Orgad Shaneh
'LPFONT'? 7329 | LOGFONTW *plf); | ^~~~ | LPFONT Signed-off-by: Orgad Shaneh --- mingw-w64-headers/include/shobjidl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/shobjidl.idl b/mingw-w64-headers/include/

[Mingw-w64-public] [PATCH] Fix compiler errors in shobjidl.h when NOGDI is defined

2021-05-24 Thread Orgad Shaneh
'LPFONT'? 7329 | LOGFONTW *plf); | ^~~~ | LPFONT Signed-off-by: Orgad Shaneh --- mingw-w64-headers/include/shobjidl.h | 2 +- mingw-w64-headers/include/shobjidl.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-head

Re: [Mingw-w64-public] [PATCH] Fix compiler errors in shobjidl.h when NOGDI is defined

2021-05-24 Thread Orgad Shaneh
On Mon, May 24, 2021 at 5:58 PM Orgad Shaneh wrote: > > On Mon, May 24, 2021 at 4:40 PM Liu Hao wrote: > > > > 0. 'shobjidl.h' is generated from 'shobjidl.idl' with > > > > widl -DBOOL=WINBOOL -h -o include/shobjidl.{h,idl} > > >

[Mingw-w64-public] [PATCH] Fix compiler errors in shobjidl.h when NOGDI is defined

2021-05-24 Thread Orgad Shaneh
Signed-off-by: Orgad Shaneh --- mingw-w64-headers/include/shobjidl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/shobjidl.h b/mingw-w64-headers/include/shobjidl.h index bd1633ae..33b77648 100644 --- a/mingw-w64-headers/include/shobjidl.h +++ b

[Mingw-w64-public] [PATCH] Fix compiler errors in shobjidl.h when NOGDI is defined

2021-05-24 Thread Orgad Shaneh
Signed-off-by: Orgad Shaneh --- mingw-w64-headers/include/shobjidl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/shobjidl.h b/mingw-w64-headers/include/shobjidl.h index bd1633ae..33b77648 100644 --- a/mingw-w64-headers/include/shobjidl.h +++ b