unsubscribe

2009-04-14 Thread Rich Gilson
Michael Stefaniuc wrote: --- dlls/opengl32/wgl.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dlls/opengl32/wgl.c b/dlls/opengl32/wgl.c index b73cf60..34f7f07 100644 --- a/dlls/opengl32/wgl.c +++ b/dlls/opengl32/wgl.c @@ -102,8 +102,8 @@ typedef struct

Re: [2/2] secur32/tests: Fix GetUserNameEx() tests (try 2)

2009-04-14 Thread Paul Vriens
Ge van Geldorp wrote: Try 2: use win_skip() instead of skip() Changelog: secur32/tests: Fix GetUserNameEx() tests --- dlls/secur32/tests/secur32.c | 44 +- 1 files changed, 22 insertions(+), 22 deletions(-)

RE: [2/2] secur32/tests: Fix GetUserNameEx() tests (try 2)

2009-04-14 Thread Ge van Geldorp
Hi Paul, From: Paul Vriens Why did you remove: -if (0) /* Crashes on Windows */ -rc = pGetUserNameExW(NameSamCompatible, NULL, NULL); - The point of these additions was to show/document that Windows crashes when called like this. Because Alexandre told me for an earlier

Re: [2/2] secur32/tests: Fix GetUserNameEx() tests (try 2)

2009-04-14 Thread Paul Vriens
Ge van Geldorp wrote: Hi Paul, From: Paul Vriens Why did you remove: -if (0) /* Crashes on Windows */ -rc = pGetUserNameExW(NameSamCompatible, NULL, NULL); - The point of these additions was to show/document that Windows crashes when called like this. Because Alexandre told

Re: [2/2] secur32/tests: Fix GetUserNameEx() tests (try 2)

2009-04-14 Thread Kai Blin
On Tuesday 14 April 2009 12:39:51 Ge van Geldorp wrote: Hi Ge, Why did you remove: -if (0) /* Crashes on Windows */ -rc = pGetUserNameExW(NameSamCompatible, NULL, NULL); - The point of these additions was to show/document that Windows crashes when called like this.

Re: Setting working directories for applications?

2009-04-14 Thread MikoĊ‚aj Zalewski
Well, I've already have looked into start.exe, and it does not provide functionality I need. Look: we have some program, prog.exe It is located it ~/.wine/drive_c/foo/ . But it needs it's working dir to be set to ~/.wine/drive_c/foo/bar. So, from terminal you can launch it this way: cd

Re: try3 [1/3] kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice

2009-04-14 Thread Paul Vriens
Guy Albertelli wrote: Enhance QueryDosDevice test for attempting to return all devices. Add tests for GetVolumeInformationA testing the different root dir formats. --- dlls/kernel32/tests/volume.c | 132 +- 1 files changed, 129 insertions(+), 3

RE: [2/2] secur32/tests: Fix GetUserNameEx() tests (try 2)

2009-04-14 Thread Ge van Geldorp
Hi Paul, From: Paul Vriens [mailto:paul.vriens.w...@gmail.com] I've added these to the tests to show that Windows crashes. This is thus a test (although not run) for behavior. It just means that Windows doesn't check the input parameters thoroughly and so we shouldn't either. It was

Re: Setting working directories for applications?

2009-04-14 Thread Damjan Jovanovic
On Sun, Apr 12, 2009 at 8:29 AM, Igor Tarasov tarasov.i...@gmail.com wrote: Hello. This might be a known issue, but anyway: Some windows applications need that shortcut (launcher) have working directory set, and that working directory sometimes different from where the .exe is located. In

[RFC] mountmgr.sys: keep track of local disks when requested in winecfg

2009-04-14 Thread Ben Klein
I submitted this to wine-patches a while ago and haven't seen it go in. I'm confident it is correct and proper, but I'd like some feedback (which I've also asked for before) from more experienced devs. The problem is that when you set a drive to Local disk in winecfg, the setting isn't

Re: [2/2] secur32/tests: Fix GetUserNameEx() tests (try 2)

2009-04-14 Thread Paul TBBle Hampson
On Tue, Apr 14, 2009 at 01:17:13PM +0200, Kai Blin wrote: On Tuesday 14 April 2009 12:39:51 Ge van Geldorp wrote: Hi Ge, Why did you remove: -if (0) /* Crashes on Windows */ -rc = pGetUserNameExW(NameSamCompatible, NULL, NULL); - The point of these additions was to

DIB Engine - New approach (resent as first got lost...)

2009-04-14 Thread Massimo Del Fedele
The approach taken so far consisted in having 2 device pointers inside GDI32, one for dib engine and the other for normal display driver. This way had the disadvantage of having to keep in sync the DC with the right driver depending on selected bitmap, which lead to many small changes spread

Re: FYI -- Dragon Naturally Speaking running a bit better today.

2009-04-14 Thread Detlef Riekenberg
On Do, 2009-04-09 at 16:05 -0400, Susan Cragin wrote: Dragon Naturally Speaking ... the amount of time one can use it before it crashes crept up about 2 minutes, ... Today I dictated for about 14 minutes until it crashed. That's progress. Susan, thanks a lot for your sedulous testing of

Re: DIB Engine - New approach (resent as first got lost...)

2009-04-14 Thread Reece Dunn
2009/4/14 Massimo Del Fedele m...@veneto.com: The approach taken so far consisted in having 2 device pointers inside GDI32, one for dib engine and the other for normal display driver. This way had the disadvantage of having to keep in sync the DC with the right driver depending on selected

Re: Setting working directories for applications?

2009-04-14 Thread James Mckenzie
Damjan Jovanovic damjan@gmail.com wrote on April 14th: On Sun, Apr 12, 2009 at 8:29 AM, Igor Tarasov tarasov.i...@gmail.com wrote: Do our .desktop files even work on Mac? I don't think the Aqua specification allows for .desktop files, but .lnk files are connected to the Winehelper

Re: Setting working directories for applications?

2009-04-14 Thread Austin English
On Tue, Apr 14, 2009 at 8:02 AM, Damjan Jovanovic damjan@gmail.com wrote: Do our .desktop files even work on Mac? Out of curiousity, do we have testcases for this stuff? E.g., will it show up as failing on platforms that don't support it on http://test.winehq.org/ ? -- -Austin

Re: [mountmgr.sys] add unittests for registry keys of serial ports

2009-04-14 Thread Stefan Leichter
Am Tuesday 14 April 2009 06:38:20 schrieb Dmitry Timoshkov: Stefan Leichter stefan.leich...@camline.com wrote: [mountmgr.sys] add unittests for registry keys of serial ports The closest match these tests belong to is dlls/kernel32/tests/comm.c I asked where to put the implementation before i

Re: Christian Costa : amstream/tests: Beginning of tests.

2009-04-14 Thread Nikolay Sivov
Alexandre Julliard wrote: Module: wine Branch: master Commit: b5dbbd4f3a16d074f0bdff39077973efdffe6c55 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b5dbbd4f3a16d074f0bdff39077973efdffe6c55 Author: Christian Costa titan.co...@wanadoo.fr Date: Mon Apr 13 10:07:35 2009 +0200

Re: DIB Engine - New approach (resent as first got lost...)

2009-04-14 Thread Massimo Del Fedele
Reece Dunn ha scritto: 2009/4/14 Massimo Del Fedele m...@veneto.com: The approach taken so far consisted in having 2 device pointers inside GDI32, one for dib engine and the other for normal display driver. This way had the disadvantage of having to keep in sync the DC with the right driver

Re: FYI -- Dragon Naturally Speaking running a bit better today.

2009-04-14 Thread Susan Cragin
On Do, 2009-04-09 at 16:05 -0400, Susan Cragin wrote: Dragon Naturally Speaking ... the amount of time one can use it before it crashes crept up about 2 minutes, ... Today I dictated for about 14 minutes until it crashed. That's progress. Susan, thanks a lot for your sedulous testing of

Re: [mountmgr.sys] add unittests for registry keys of serial ports

2009-04-14 Thread Dmitry Timoshkov
Stefan Leichter stefan.leich...@camline.com wrote: The closest match these tests belong to is dlls/kernel32/tests/comm.c I asked where to put the implementation before i started codeing see http://www.winehq.org/pipermail/wine-devel/2009-April/074476.html That's for implementation, the

Re: gdi32: Don't add duplicate system_links entries

2009-04-14 Thread Dmitry Timoshkov
Paul TBBle Hampson paul.hamp...@pobox.com wrote: +/* Make sure we haven't already got an entry for this due to substitution */ +duplicate = FALSE; +LIST_FOR_EACH_ENTRY(system_font_link, system_links, SYSTEM_LINKS, entry) +{ +