Re: [Mingw-w64-public] [PATCH] Fix stray BOOL struct member breaking ObjectiveC

2013-07-09 Thread Rafaël Carré
Applied as r5939 with ChangeLog date set to today Le 09/07/2013 16:46, Kai Tietz a écrit : > Hi Roland, > > thanks for the patch. Patch is ok. Please apply. > > Regards, > Kai > > 2013/7/9 Roland Schwingel : >> Hi ... >> >> Mingw-w64 headers do use WINBOOL instead of BOOL as boolean data type

Re: [Mingw-w64-public] [PATCH] Fix stray BOOL struct member breaking ObjectiveC

2013-07-09 Thread Kai Tietz
Hi Roland, thanks for the patch. Patch is ok. Please apply. Regards, Kai 2013/7/9 Roland Schwingel : > Hi ... > > Mingw-w64 headers do use WINBOOL instead of BOOL as boolean data type to not > conflict with ObjectiveC (GNUStep) BOOL definition. Unfortunately > one BOOL slipped in breaking buil

[Mingw-w64-public] [PATCH] Fix stray BOOL struct member breaking ObjectiveC

2013-07-09 Thread Roland Schwingel
Hi ... Mingw-w64 headers do use WINBOOL instead of BOOL as boolean data type to not conflict with ObjectiveC (GNUStep) BOOL definition. Unfortunately one BOOL slipped in breaking building of GNUStep with current headers. The attached patch fixes this. Roland Changelog: 2013-03-01 Roland Sc