Re: cmd: Avoid mixing signed and unsigned type in conditional expression

2011-10-28 Thread Frédéric Delanoy
2011/10/27 Michael Stefaniuc : > On 10/27/2011 02:09 PM, Frédéric Delanoy wrote: >> On Thu, Oct 27, 2011 at 08:38, Eric Pouech wrote: >>> why do we check for ptr being null or not, when we deref ptr one line above? >>       if (*ptr == '\n') ptr++; -      WCMD_output_asis_len(message, (p

Re: [PATCH 1/2] include: Add a few defines to winscard.h (try 2)

2011-10-28 Thread Bruno Jesus
2011/10/28 André Hentschel : > Am 28.10.2011 19:42, schrieb Bruno Jesus: > ... > btw: if there is no dependencies than you don't need numbered patchsets Agreed. Sorry again. Best wishes, Bruno

Re: [PATCH 1/2] include: Add a few defines to winscard.h (try 2)

2011-10-28 Thread André Hentschel
Am 28.10.2011 19:42, schrieb Bruno Jesus: > On Fri, Oct 28, 2011 at 15:01, Alexandre Julliard wrote: >> Bruno Jesus <00cp...@gmail.com> writes: >> >>> +/* Max ATR size defined by ISO-7816 */ >>> +#define MAX_ATR_SIZE 33 >> >> I don't see that one in my PSDK, where does it come from? > > My bad, a

Re: [PATCH 1/2] include: Add a few defines to winscard.h (try 2)

2011-10-28 Thread Bruno Jesus
On Fri, Oct 28, 2011 at 15:01, Alexandre Julliard wrote: > Bruno Jesus <00cp...@gmail.com> writes: > >> +/* Max ATR size defined by ISO-7816 */ >> +#define MAX_ATR_SIZE 33 > > I don't see that one in my PSDK, where does it come from? My bad, apologies. I copied it from Vincent Hardy patch series

Re: [PATCH 1/2] include: Add a few defines to winscard.h (try 2)

2011-10-28 Thread Alexandre Julliard
Bruno Jesus <00cp...@gmail.com> writes: > +/* Max ATR size defined by ISO-7816 */ > +#define MAX_ATR_SIZE 33 I don't see that one in my PSDK, where does it come from? -- Alexandre Julliard julli...@winehq.org

kernel32: Update English resource

2011-10-28 Thread Ken Sharp
I suspect this is the wrong way to update the US English resource for an .mc file. Could anyone comment? Thanks >From bcf976540aa3707e2b39f8133799e50e9fab9580 Mon Sep 17 00:00:00 2001 From: Ken Sharp Date: Fri, 28 Oct 2011 15:57:52 +0100 Subject: [PATCH 2/2] kernel32: Update English (Neutral)

Re: basic_ifstream implementation

2011-10-28 Thread Frédéric Delanoy
On Fri, Oct 28, 2011 at 01:30, Josh Juran wrote: > I appreciate your (and others') willingness to provide feedback.   > Unfortunately, my job in this case is to make certain apps work (by hack or > by crack) and move on. What you could do is add/update the AppDB entry for this program, and link

Re: Antw.: signal_arc.c failing to cross-compile

2011-10-28 Thread Roger Cruz
Thanks Andre, I realize that I'm breaking some new ground here and I don't mind doing the legwork. I just like to first post to make sure someone hasn't already tried this and found a solution before I spend too much time on it. It looks like you have been trying to cross-compile for Android as

Re: ntdll: Make the VirtualProtect tests pass under Wine. Resend.

2011-10-28 Thread Alexandre Julliard
Dmitry Timoshkov writes: > Updated to current git. > --- > dlls/kernel32/tests/virtual.c | 16 > dlls/ntdll/virtual.c |3 +++ > 2 files changed, 3 insertions(+), 16 deletions(-) This completely breaks Wine here. There are several places where we use WRITECOPY for

Re: signal_arc.c failing to cross-compile

2011-10-28 Thread Paul Chitescu
Hi! Android is hopeless, its C library (bionic) is a very trimmed down and bug ridden version of the BSD library. The Android devel team is not willing to fix any bugs unless they affect native Android applications or Dalvik. In particular the .so loader and related initialization is broken. dl

Antw.: signal_arc.c failing to cross-compile

2011-10-28 Thread André Hentschel
Thats not a problem of cross compiling to ARM, but of android. Android is not Linux, not fully. Maybe i can find a solution, but only maybe. BTW all the problems you will find are Android specific. Gesendet mit meinem HTC - Reply message - Von: "Roger Cruz" An: "wine-devel@winehq.org"