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 tcpmib.h 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.

[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

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 ja...@codeweavers.com 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 tcpmib.h MIC_TCP_STATE should be declared in tcpmib.h. Please