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. Other parts of
the patch looks good to me.

Thanks,
Jacek

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[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 @@ DWORD WINAPI WlanSetProfilePosition(
   PVOID pReserved
 );
 
-typedef char DOT11_COUNTRY_OR_REGION_STRING[3];
-
 typedef enum _WLAN_AUTOCONF_OPCODE {
   wlan_autoconf_opcode_start   = 0,
   wlan_autoconf_opcode_show_denied_networks= 1,

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


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 move it there and
 include tcpmib.h on top of iprtmib.h, like other headers. Other parts of
 the patch looks good to me.


This was committed already, so I will make the new changes now and
post the patch here for review.

Thanks,

Ray.

 Thanks,
 Jacek

 --
 New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
 GigeNET is offering a free month of service with a new server in Ashburn.
 Choose from 2 high performing configs, both with 100TB of bandwidth.
 Higher redundancy.Lower latency.Increased capacity.Completely compliant.
 http://p.sf.net/sfu/gigenet
 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public