Guy Albertelli wrote:
Fixed memory leak and changed skip to win_skip in this patch.
Changelog:
- Enhance QueryDosDevice test for attempting to return all devices.
- Add tests for GetVolumeInformationA testing the different root dir formats.
---
dlls/kernel32/tests/volume.c | 137 ++
"Paul TBBle Hampson" 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)
+{
+if(!strcmpW(system_font_
"Stefan Leichter" 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 tests belong to the place whe
>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 t
Reece Dunn ha scritto:
2009/4/14 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
select
Alexandre Julliard wrote:
Module: wine
Branch: master
Commit: b5dbbd4f3a16d074f0bdff39077973efdffe6c55
URL:
http://source.winehq.org/git/wine.git/?a=commit;h=b5dbbd4f3a16d074f0bdff39077973efdffe6c55
Author: Christian Costa
Date: Mon Apr 13 10:07:35 2009 +0200
amstream/tests: Beginning of
Am Tuesday 14 April 2009 06:38:20 schrieb Dmitry Timoshkov:
> "Stefan Leichter" 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 started codeing see
On Tue, Apr 14, 2009 at 8:02 AM, Damjan Jovanovic 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
Damjan Jovanovic wrote on April 14th:
>
>On Sun, Apr 12, 2009 at 8:29 AM, Igor Tarasov 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 application and they do work. If the .desktop
2009/4/14 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, whi
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 o
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 alo
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 addit
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 remembere
On Sun, Apr 12, 2009 at 8:29 AM, Igor Tarasov 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 Linux, with gnome
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 wa
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 deletions(
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 ~/.wine
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 calle
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 me
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
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 wine_g
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(-)
--
23 matches
Mail list logo