Re: [PATCH] winepulse.drv: Add PulseAudio driver

2012-06-15 Thread Chris Robinson
On Friday, June 15, 2012 3:39:33 PM Andrew Eikum wrote: > One thing to note is that PulseAudio has an absurdly high default > latency (two seconds), and due to its poor API there's no (easy) way > for us to control it. The latency is likely caused by PulseAudio setting a much larger tlength (and

Re: MSVCP60.dll

2012-06-15 Thread Matijn Woudt
On Fri, Jun 15, 2012 at 11:59 PM, John Emmas wrote: > > On 15 Jun 2012, at 10:41, Michael Stefaniuc wrote: > >> Hello John! >> >> On 06/15/2012 06:22 AM, John Emmas wrote: >>> Firstly, I'm not a Linux user.  I'm a Windows programmer but I have a >>> passing knowledge of Linux (and several friends

Re: MSVCP60.dll

2012-06-15 Thread John Emmas
On 15 Jun 2012, at 10:41, Michael Stefaniuc wrote: > Hello John! > > On 06/15/2012 06:22 AM, John Emmas wrote: >> Firstly, I'm not a Linux user. I'm a Windows programmer but I have a >> passing knowledge of Linux (and several friends who are Linux >> programmers). I write a Windows application

Re: [PATCH] sfnt2fnt: Fix broken .fon files on !x86 architectures

2012-06-15 Thread David Laight
On Fri, Jun 15, 2012 at 07:52:50PM +0200, Hilko Bengen wrote: > +#define htole16(_x) ( (((_x) & 0xff) << 8) |\ > + (((_x) & 0xff00) >> 8) ) > +#define htole32(_x) ( (((_x) & 0xff) << 24) | \ > + (((_x) & 0xff00) << 8) | \ > +

Re: [PATCH] sfnt2fnt: Fix broken .fon files on !x86 architectures

2012-06-15 Thread Hilko Bengen
* Alexandre Julliard: >> Please have a look at the revised patch I just posted. I have avoided >> possible conflicts by only defining the macros if they are needed. > > A different name is much better. Alright. Any suggestions? -Hilko

Re: [PATCH] sfnt2fnt: Fix broken .fon files on !x86 architectures

2012-06-15 Thread Alexandre Julliard
Hilko Bengen writes: > * Alexandre Julliard: > >>> Is this form okay? >> You should pick different names to avoid possible conflicts. > > Please have a look at the revised patch I just posted. I have avoided > possible conflicts by only defining the macros if they are needed. A different name is

Re: [PATCH] sfnt2fnt: Fix broken .fon files on !x86 architectures

2012-06-15 Thread Hilko Bengen
* Alexandre Julliard: >> Is this form okay? > You should pick different names to avoid possible conflicts. Please have a look at the revised patch I just posted. I have avoided possible conflicts by only defining the macros if they are needed. -Hilko

Re: [PATCH] sfnt2fnt: Fix broken .fon files on !x86 architectures

2012-06-15 Thread Alexandre Julliard
Hilko Bengen writes: > * Alexandre Julliard: > >> Hilko Bengen writes: >> >>> So, do I need to define my own htobe16 and htobe32 functions or macros >>> based on whether WORDS_BIGENDIAN is defined or not? >> >> Yes. > > I have tested these macros on Linux/PowerPC and they still produce the > sam

Re: [PATCH] sfnt2fnt: Fix broken .fon files on !x86 architectures

2012-06-15 Thread André Hentschel
Am 15.06.2012 19:52, schrieb Hilko Bengen: > * Alexandre Julliard: > >> Hilko Bengen writes: >> >>> So, do I need to define my own htobe16 and htobe32 functions or macros >>> based on whether WORDS_BIGENDIAN is defined or not? >> >> Yes. > > I have tested these macros on Linux/PowerPC and they s

Re: [PATCH] sfnt2fnt: Fix broken .fon files on !x86 architectures

2012-06-15 Thread Hilko Bengen
* Alexandre Julliard: > Hilko Bengen writes: > >> So, do I need to define my own htobe16 and htobe32 functions or macros >> based on whether WORDS_BIGENDIAN is defined or not? > > Yes. I have tested these macros on Linux/PowerPC and they still produce the same results as on i386. Is this form o

Re: [PATCH (try2)] winepulse.drv: Add PulseAudio driver

2012-06-15 Thread Andrew Eikum
On Thu, Jun 14, 2012 at 02:46:37PM -0500, Rosanne DiMesio wrote: > A forum user reported this behavior with the Ubuntu 12.04 wine1.5 packages, > which are apparently only available with the winepulse patch. > > http://forum.winehq.org/viewtopic.php?t=15747 > Thanks. I was able to reproduce it

Re: [PATCH 1/4] DSS Test Suite: CryptAcquireContext tests for base DSS

2012-06-15 Thread Alexandre Julliard
Marek Chmiel writes: > From 748332765355ae099ab24cf1402bed86610984e7 Mon Sep 17 00:00:00 2001 > From: Marek Chmiel > Date: Fri, 1 Jun 2012 22:38:03 -0500 > Subject: [PATCH 1/4] Add CryptAcquireContext tests for base DSS CSP. > > --- > configure |1 + > configure.ac

Re: [PATCH 2/2 resend] advapi32: Pass service name as argv[0] to ServiceMain

2012-06-15 Thread Jacek Caban
On 06/15/12 16:17, Alexandre Julliard wrote: > Jacek Caban writes: > >> Resend with tests. >> >> --- >> dlls/advapi32/service.c |3 +-- >> programs/services/tests/service.c |4 >> 2 files changed, 5 insertions(+), 2 deletions(-) > You will now get the name twice for autosta

Re: [PATCH 2/2 resend] advapi32: Pass service name as argv[0] to ServiceMain

2012-06-15 Thread Alexandre Julliard
Jacek Caban writes: > Resend with tests. > > --- > dlls/advapi32/service.c |3 +-- > programs/services/tests/service.c |4 > 2 files changed, 5 insertions(+), 2 deletions(-) You will now get the name twice for autostart services. -- Alexandre Julliard julli...@winehq.or

Re: mmcndmgr: Implement IMMCVersionInfo (try 3)

2012-06-15 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=19090 Your paranoid android

Re: [PATCH 1/4] hhctrl.ocx: Add HTML to Unicode decoding capability (try 4).

2012-06-15 Thread Alexandre Julliard
"Erich E. Hoover" writes: > +while(min <= max) > +{ > +const char *encoded_symbol; > + > +pos = (min+max)/2; > +encoded_symbol = html_encoded_symbols[pos].html_code; > +dir = strncmp(encoded_symbol, amp, len);

Re: MSVCP60.dll

2012-06-15 Thread Michael Stefaniuc
Hello John! On 06/15/2012 06:22 AM, John Emmas wrote: > Firstly, I'm not a Linux user. I'm a Windows programmer but I have a > passing knowledge of Linux (and several friends who are Linux > programmers). I write a Windows application which gets launched as a > child process by a popular Linux D

Re: [PATCH] sfnt2fnt: Fix broken .fon files on !x86 architectures

2012-06-15 Thread Alexandre Julliard
Hilko Bengen writes: > * Alexandre Julliard: > >> endian.h is not portable, you should use the endianness defines from >> the Wine headers instead. > > So, do I need to define my own htobe16 and htobe32 functions or macros > based on whether WORDS_BIGENDIAN is defined or not? Yes. -- Alexandre