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
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
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_
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-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
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