Ok, patch is fine.
Thanks,
Kai
2014-12-12 0:51 GMT+01:00 Martell Malone :
> Seems I forgot one
>
>
> On Thu, Dec 11, 2014 at 8:46 PM, Kai Tietz wrote:
>>
>> Hi Martell,
>>
>> patch is ok
>>
>> Thanks,
>> Kai
>>
>> 2014-12-11 19:49 GMT+01:00 Martell Malone :
>> > Find attached a more eye appealin
Seems I forgot one
On Thu, Dec 11, 2014 at 8:46 PM, Kai Tietz wrote:
> Hi Martell,
>
> patch is ok
>
> Thanks,
> Kai
>
> 2014-12-11 19:49 GMT+01:00 Martell Malone :
> > Find attached a more eye appealing patch for getacp and ipv6 wack 3.4
> fixes
> > Please review so I can commit
> >
> >
> > On
Hi Martell,
patch is ok
Thanks,
Kai
2014-12-11 19:49 GMT+01:00 Martell Malone :
> Find attached a more eye appealing patch for getacp and ipv6 wack 3.4 fixes
> Please review so I can commit
>
>
> On Thu, Dec 4, 2014 at 5:33 PM, Martell Malone
> wrote:
>>
>> We shouldn't get 2 defines of it for
Find attached a more eye appealing patch for getacp and ipv6 wack 3.4 fixes
Please review so I can commit
On Thu, Dec 4, 2014 at 5:33 PM, Martell Malone
wrote:
> We shouldn't get 2 defines of it for desktop mode as there is a guard above
>
> #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP)
>
We shouldn't get 2 defines of it for desktop mode as there is a guard above
#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP)
and on the desktop one it is guarded by
#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
So we couldn't possibly get the definition twice.
On Thu, Dec 4, 2014 a
This looks wrong. As for desktop-mode we now have two definitions if
WINSTORECOMPAT is defined. So the other place of prototyping needs to
be guarded by '#ifndef WINSTORECOMPAT' for avoiding this
double-definition.
Ok with that.
Kai
2014-12-04 18:17 GMT+01:00 Martell Malone :
> I hope this is
I hope this is okay.
I would like to introduce prototypes for the emulated functions.
Thoughts?
>From b943cf7d51aa7fcee6c64623a6cf0a8d5da7dcaa Mon Sep 17 00:00:00 2001
From: Martell Malone
Date: Thu, 4 Dec 2014 17:14:55 +
Subject: [PATCH] Introduce WINSTORECOMPAT guarded functions
---
mingw