Initial MIDI Out support on Mac OS X

2007-01-26 Thread Emmanuel Maillard
Hi, anything wrong with this patch : http://www.winehq.org/pipermail/wine- patches/2007-January/035027.html thanks Emmanuel

Re: [PATCH 1/4] widl: Handle TKIND_DISPATCH when generating MSFT typelibs.

2007-01-26 Thread Huw Davies
On Fri, Jan 26, 2007 at 09:13:52PM +0900, Mike McCormack wrote: diff --git a/tools/widl/write_msft.c b/tools/widl/write_msft.c index 6248c80..576601b 100644 --- a/tools/widl/write_msft.c +++ b/tools/widl/write_msft.c @@ -126,6 +126,8 @@ typedef struct _msft_typeinfo_t } msft_typeinfo_t;

Re: scroll window fix

2007-01-26 Thread Aric Stewart
Whoop, my bad. I almost always miss that on my first pass. I will correct that and resent. Thanks for pointing it out. -aric Peter Oberndorfer wrote: On Thursday 25 January 2007 18:56, Aric Stewart wrote: finds the case where the scrolling amount exceeds the window but still falls within the

Vacations

2007-01-26 Thread Alexandre Julliard
Folks, I'm going skiing for a week, so don't be surprised if there aren't any new commits for a while. Now all I need is some snow... -- Alexandre Julliard [EMAIL PROTECTED]

Re: Vacations

2007-01-26 Thread Andreas Mohr
Hi, On Fri, Jan 26, 2007 at 03:38:26PM +0100, Alexandre Julliard wrote: Now all I need is some snow... Nothing easier than that, just get back to Europe, we're drowning in it... ;) (well, Germany at least, and I'm not even sure how long this rather sizeable amount of snow will actually last)

Re: [cmd][buildins] Change output resource strings for correctlydisplayed

2007-01-26 Thread Dmitry Timoshkov
Anatoly Lyutin [EMAIL PROTECTED] wrote: --- programs/cmd/builtins.c 23 Jan 2007 12:20:55 - 1.5 +++ programs/cmd/builtins.c 26 Jan 2007 09:23:05 - @@ -44,6 +44,13 @@ struct env_stack WCHAR *strings; }; +static inline unsigned int strlenW( const WCHAR *str ) +{ +const WCHAR *s =