Re: Removal of unused audio drivers

2007-04-23 Thread Andrew Ziem
Jonathan Ernst wrote: Le lundi 23 avril 2007 à 09:23 -0600, Andrew Ziem a écrit : [...] By the way, in LTSP, ESD's major deficiency is not being able to control the volume from things like the GNOME sound applet, so there's some interest in (but no support for) changing to PulseAud

Re: Removal of unused audio drivers

2007-04-23 Thread Andrew Ziem
Francois Gouget wrote: On Thu, 12 Apr 2007, Maarten Lankhorst wrote: [...] I'm not sure what nas is for, but it seems to be 'network audio system', I haven't seen any use for it, except that it causes a 30 seconds slowdown at showing 'audio' tab in winecfg. I don't think anyone uses it. For esd

Re: SetDesktopWallPaper() should call SystemParametersInfoA()

2006-07-17 Thread Andrew Ziem
Dmitry Timoshkov wrote: "Andrew Ziem" <[EMAIL PROTECTED]> wrote: -static HBITMAP hbitmapWallPaper; -static SIZE bitmapSize; -static BOOL fTileWallPaper; +HBITMAP hbitmapWallPaper; /* desktop wallpaper */ +SIZE bitmapSize; /* size of desktop wallpaper */ +BOOL fTileWallPaper;

Re: automatic winetest builds stopped

2006-06-28 Thread Andrew Ziem
Ivan Leo Puoti wrote: Does someone know why the tests at test.winehq.com/data aren't being built any more? Maybe a month ago there was a discussion on this list. IIRC, here's the gist: The build system is broken. Then, someone sent in a patch, but the maintainer is not at home. Andrew

Re: msvcrt[2/3]: add initial tests for dlls/msvcrt/data.c [try 2]

2006-06-14 Thread Andrew Ziem
Uwe Bonnes wrote: "Andrew" == Andrew Ziem <[EMAIL PROTECTED]> writes: Andrew> because tests yield inconsistent results */ +#if 0 + /* address #if 0 in a patch is depreciated. If the test fails on wine, butt succeeds in windows, use todo_wine(). If there are other cond

Re: msvcrt[1/2]: add initial tests for dlls/msvcrt/data.c

2006-06-13 Thread Andrew Ziem
Alexandre Julliard wrote: Andrew Ziem <[EMAIL PROTECTED]> writes: +typedef void (*_INITTERMFUN)(void); +unsigned int (WINAPI *p_initterm)(_INITTERMFUN *,_INITTERMFUN *); Msvcrt functions are not WINAPI. And why don't you simply call the function directly instead of loading it

Re: What is needed to get more sites with a winetest executable

2006-06-13 Thread Andrew Ziem
Paul Vriens wrote: Am Montag, 12. Juni 2006 20:22 schrieb Paul Vriens: Hi, in the last months we've experienced several times that there was no winetest.exe available at the usual location (http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/) for several days/weeks. The reasons are someti

Re: msvcrt[1/2]: add initial tests for dlls/msvcrt/data.c

2006-06-12 Thread Andrew Ziem
Alexandre Julliard wrote: +typedef void (*_INITTERMFUN)(void); +unsigned int (WINAPI *p_initterm)(_INITTERMFUN *,_INITTERMFUN *); Msvcrt functions are not WINAPI. Thanks for catching that. > And why don't you simply call the function directly instead of loading it dynamically? Dynamic lo

Re: user[3/5]: handle special cases for SPI_SETDESKWALLPAPER (FIXED)

2006-06-11 Thread Andrew Ziem
Andrey Turkin wrote: Andrew Ziem wrote: Please use this patch instead of previous "user3.patch". Thanks to Andrey Turkin for catching the uninitialized variable. changelog: user: handle special cases for SPI_SETDESKWALLPAPER The special cases remove the wallpaper or set it

Re: user[3/5]: handle special cases for SPI_SETDESKWALLPAPER

2006-06-10 Thread Andrew Ziem
Thank you for catching that. I missed the part = {'\0'}; Andrey Turkin wrote: I cannot see where emptyW initialized. Andrew Ziem wrote: The special cases remove the wallpaper or set it to default. Previously, these cases were ignored, so Wine would crash. +

Re: how to edit wiki?

2006-05-31 Thread Andrew Ziem
mark cox wrote: When i search in google for 'cxtest', one of the hits is from winenq, but when i open the page http://wiki.winehq.org/CxTest, i get the message '* This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please c

Re: How are we doing?

2006-05-31 Thread Andrew Ziem
Jeremy White wrote: On a side note, there is something that worries me a bit. Specifically, it appears that we have a dirty secret about the regression tests - that they only work reliably on Alexandre's machine. Is that true? Shouldn't we do something about that? Or am I on crack, and lots of

Re: kernel[2/2]: fix path test to pass on 95 and 98

2006-05-16 Thread Andrew Ziem
Alexandre Julliard wrote: Andrew Ziem <[EMAIL PROTECTED]> writes: --- dlls/kernel/tests/path1.c 2006-05-14 23:32:47.0 -0600 +++ dlls/kernel/tests/path.c2006-05-15 08:08:52.0 -0600 @@ -339,14 +339,22 @@ newdir,tmpstr,tmpstr1,id); ok(DeleteFileA(

Re: setupapi: add case sensitivity string table tests

2006-05-02 Thread Andrew Ziem
Mike McCormack wrote: Hi Andrew, Andrew Ziem wrote: These test case sensitivity in setupapi string tables, and all the parts I modified pass on Microsoft's 98 and XP. As this is my first Wine patch, comments are especially welcome. For tests that don't pass in wine, please enclo