Re: [Mingw-w64-public] [PATCH] include/libloaderapi{, 2}.h: Don't mistake `BOOL` for, `WINBOOL`.

2019-09-30 Thread Liu Hao
在 2019/9/29 22:43, Biswapriyo Nath 写道: > What is the difference between them? > > `BOOL` is a typedef name used in Objective-C [1]. Depending on the configuration it is sometimes a typedef for `bool` and otherwise for `signed char`, and could cause confusion where an effective `int` is expected

Re: [Mingw-w64-public] [PATCH] include/libloaderapi{, 2}.h: Don't mistake `BOOL` for, `WINBOOL`.

2019-09-29 Thread Liu Hao
在 2019/9/29 21:50, JonY via Mingw-w64-public 写道: > On 9/29/19 9:57 AM, Liu Hao wrote: >> > > Patch OK. > > > Thanks. Pushed. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list

Re: [Mingw-w64-public] [PATCH] include/libloaderapi{, 2}.h: Don't mistake `BOOL` for, `WINBOOL`.

2019-09-29 Thread JonY via Mingw-w64-public
On 9/29/19 9:57 AM, Liu Hao wrote: > Patch OK. signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] include/libloaderapi{, 2}.h: Don't mistake `BOOL` for, `WINBOOL`.

2019-09-29 Thread Liu Hao
-- Best regards, LH_Mouse From 6b82d31b2a23d2930887d9e02d1a90885cb7dddb Mon Sep 17 00:00:00 2001 From: Liu Hao Date: Sun, 29 Sep 2019 17:54:19 +0800 Subject: [PATCH] include/libloaderapi{,2}.h: Don't mistake `BOOL` for `WINBOOL`. Objective-C has its own `BOOL` type which differs from the