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]: 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

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

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

2015-01-12 Thread Ray Donnelly
On Mon, Jan 12, 2015 at 6:44 PM, Ray Donnelly wrote: > On Thu, Jan 8, 2015 at 6:01 PM, Kai Tietz wrote: >> Committed to master after review on IRC by Jacek. >> >> I removed _Field_size_part_ macro use, as noted by review of Jacek. >> >> Kai >> >> 2015-01-08 17:33 GMT+01:00 Kai Tietz : >>> Hi, >>>

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

2015-01-12 Thread Ray Donnelly
On Thu, Jan 8, 2015 at 6:01 PM, Kai Tietz wrote: > Committed to master after review on IRC by Jacek. > > I removed _Field_size_part_ macro use, as noted by review of Jacek. > > Kai > > 2015-01-08 17:33 GMT+01:00 Kai Tietz : >> Hi, >> >> Any comment on the attached changes? Ok for apply? >> We ran

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

2015-01-08 Thread Kai Tietz
Committed to master after review on IRC by Jacek. I removed _Field_size_part_ macro use, as noted by review of Jacek. Kai 2015-01-08 17:33 GMT+01:00 Kai Tietz : > Hi, > > Any comment on the attached changes? Ok for apply? > > Regards, > Kai --