Re: dlls/advapi32/tests/security.c - Bugfix in test!

2005-03-19 Thread Jakob Eriksson
Jakob Eriksson wrote: Alexandre Julliard wrote: Jakob Eriksson [EMAIL PROTECTED] writes: --- dlls/advapi32/tests/security.c14 Mar 2005 17:20:58 - 1.12 +++ dlls/advapi32/tests/security.c16 Mar 2005 09:32:28 - @@ -289,8 +289,8 @@ luid.LowPart = i; cchName =

Re: dlls/advapi32/tests/security.c - Bugfix in test!

2005-03-19 Thread Filip Navara
Jakob Eriksson wrote: Jakob Eriksson wrote: Alexandre Julliard wrote: Jakob Eriksson [EMAIL PROTECTED] writes: --- dlls/advapi32/tests/security.c14 Mar 2005 17:20:58 - 1.12 +++ dlls/advapi32/tests/security.c16 Mar 2005 09:32:28 - @@ -289,8 +289,8 @@ luid.LowPart = i;

Re: RICHED20: remove casts and unused code

2005-03-19 Thread Dimitrie O. Paun
+static inline char *RTFStrSave(char *s) Not a big deal, but the name is a bit uncommon. Wouldn't RTFStrDup() be a better/more recognizable name? -- Dimi.

Re: Wine FAQ removed from the doc tarballs

2005-03-19 Thread Hiji
I always find it annoying when I cannot go to /usr/share/doc/package I suppose the other option is to provide all docs as a seperate package on a release basis (like any other package.) I could be wrong on this, but I don't think the docs are updated on a monthly basis. :) For example, a

Re: dlls/advapi32/tests/security.c - Bugfix in test!

2005-03-19 Thread C. Scott Ananian
On Sat, 19 Mar 2005, Jakob Eriksson wrote: Now I know. If the error was ERROR_NO_SUCH_PRIVILEGE, it's ok, we don't care. Move on. NT4 has this behaviour. If it isn't, but ret is 0, AKA LookupPrivilegeName() failed, I wan't to know exactly what the error was. It's a trace. So I think the patch is

Re: [WINEALSA] multiple sound card support patch review needed

2005-03-19 Thread Paul van Schayck
On Thu, 17 Mar 2005 16:06:52 -0500, Robert Reif [EMAIL PROTECTED] wrote: This patch adds multiple sound card support to the ALSA driver. My system shows 3 sound devices: a builtin sound card, a builtin modem and a usb sound card. The wave regression tests have problems with the modem. I'm

Re: [WINEALSA] multiple sound card support patch review needed

2005-03-19 Thread Robert Reif
Paul van Schayck wrote: I have an ALSA system with 3 soundcards and 4 devices. So, a good testcase for this patch. I tried the CVS of today (that includes this patch now) with ASRC (http://www.asrc.info). But it seems to have a winealsa regression that wasn't there a week ago and not directly

kde plugin

2005-03-19 Thread Oliver Stieber
Hi, I've got a plugin for KDE that displays icons and thumbnails for windows applications and dlls in Konqueror. I was intending to extend it to meta info and maybe a full kioslave for browsing windows PE files, but never got that far. At the moment it's a bit of a licensing nightmare, but I

Re: kde plugin

2005-03-19 Thread Scott Ritchie
On Sat, 2005-03-19 at 22:05 +, Oliver Stieber wrote: Hi, I've got a plugin for KDE that displays icons and thumbnails for windows applications and dlls in Konqueror. I was intending to extend it to meta info and maybe a full kioslave for browsing windows PE files, but never got that

Re: Theming for Wine via the registry

2005-03-19 Thread James Gregory
On Sat, 2005-03-12 at 22:36 +, Mike Hearn wrote: On Sat, 2005-03-12 at 22:15 +, Oliver Stieber wrote: The only problem I can see would be drawing the widgets, I haven't looked deeply enough into QT or GTK to know if it's more on the 'impossible' side of difficult or not.

Re: kde plugin

2005-03-19 Thread Oliver Stieber
--- Scott Ritchie [EMAIL PROTECTED] wrote: On Sat, 2005-03-19 at 22:05 +, Oliver Stieber wrote: Hi, I've got a plugin for KDE that displays icons and thumbnails for windows applications and dlls in Konqueror. I was intending to extend it to meta info and maybe a full