Re: [Mingw-w64-public] [PATCH] Win Store compat functions

2014-12-12 Thread Kai Tietz
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

Re: [Mingw-w64-public] [PATCH] Win Store compat functions

2014-12-11 Thread 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 appealing patch for getacp and ipv6 wack 3.4 > fixes > > Please review so I can commit > > > > > > On

Re: [Mingw-w64-public] [PATCH] Win Store compat functions

2014-12-11 Thread Kai Tietz
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

Re: [Mingw-w64-public] [PATCH] Win Store compat functions

2014-12-11 Thread 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 desktop mode as there is a guard above > > #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) >

Re: [Mingw-w64-public] [PATCH] Win Store compat functions

2014-12-04 Thread Martell Malone
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

Re: [Mingw-w64-public] [PATCH] Win Store compat functions

2014-12-04 Thread Kai Tietz
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

[Mingw-w64-public] [PATCH] Win Store compat functions

2014-12-04 Thread Martell Malone
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