Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-16 Thread Jacek Caban
On 01/16/15 15:54, Ray Donnelly wrote: > On Fri, Jan 16, 2015 at 2:23 PM, Ray Donnelly wrote: >> On Fri, Jan 16, 2015 at 12:35 PM, Jacek Caban wrote: >>> Hi Ray, >>> >>> I'm sorry for the delay. >>> >>> On 01/12/15 21:41, Ray Donnelly wrote: We simply typedef it to int. */ typedef

Re: [Mingw-w64-public] [PATCH] wlanapi.h: Removed DOT11_COUNTRY_OR_REGION_STRING declaration duplicated in windot11.h.

2015-01-16 Thread Kai Tietz
Hi Jacek, hmm, for what branch you see this double definition? I just grepped my repository of master and see definition only in windot11.h (as it should be). So patch would be of course ok, if I would see issue too. Cheers, Kai 2015-01-16 14:22 GMT+01:00 Jacek Caban : > --- > mingw-w64-header

Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-16 Thread Ray Donnelly
On Fri, Jan 16, 2015 at 2:23 PM, Ray Donnelly wrote: > On Fri, Jan 16, 2015 at 12:35 PM, Jacek Caban wrote: >> Hi Ray, >> >> I'm sorry for the delay. >> >> On 01/12/15 21:41, Ray Donnelly wrote: >>> We simply typedef it to int. */ >>> typedef int MIB_TCP_STATE; >>> >>> +#include >> >> MIC_

Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-16 Thread Ray Donnelly
On Fri, Jan 16, 2015 at 12:35 PM, Jacek Caban wrote: > Hi Ray, > > I'm sorry for the delay. > > On 01/12/15 21:41, Ray Donnelly wrote: >> We simply typedef it to int. */ >> typedef int MIB_TCP_STATE; >> >> +#include > > MIC_TCP_STATE should be declared in tcpmib.h. Please move it there and

[Mingw-w64-public] [PATCH] wlanapi.h: Removed DOT11_COUNTRY_OR_REGION_STRING declaration duplicated in windot11.h.

2015-01-16 Thread Jacek Caban
--- mingw-w64-headers/include/wlanapi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mingw-w64-headers/include/wlanapi.h b/mingw-w64-headers/include/wlanapi.h index 1f7dc49..7e1640a 100644 --- a/mingw-w64-headers/include/wlanapi.h +++ b/mingw-w64-headers/include/wlanapi.h @@ -397,8 +397,6

Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-16 Thread Jacek Caban
Hi Ray, I'm sorry for the delay. On 01/12/15 21:41, Ray Donnelly wrote: > We simply typedef it to int. */ > typedef int MIB_TCP_STATE; > > +#include MIC_TCP_STATE should be declared in tcpmib.h. Please move it there and include tcpmib.h on top of iprtmib.h, like other headers. Other par