Hi Eric,
Ive been running your patch for a couple of days and I just noticed
another case where it's not resetting terminal properties:
- Run a program in winedbg (in my case, it was in a virtual desktop, too)
- Wait for program to crash
- Hit ctrl-c
- (?) Terminate process in the virtual desk
2010/9/7 Mariusz Pluciński
> In my opinion it would be good to make it available in similar way, as
> functions like debugstr_guid, which are defined in include/wine/debug.h
>
> Messages' names are declared as an array MessageTypeNames in spy.c . Maybe
> it would be enough to copy it into the hea
On Fri, Sep 10, 2010 at 10:55 AM, Michael Hunter
wrote:
> what process would I have to adopt to be able to
> help myself and others to run iTunes under Wine? Admittedly, I would
> need to use the iTunes store and maybe this could be a problem. I have
> noted the comments in the AppDB relating to i
Henri,
You said to move all assembler, shader and compiler tests over to the
d3dcompiler dll. When you said this did you mean only grammar tests,
or did you also mean visual tests as well? I've hit sort of a
roadblock, where I don't know exactly what to place where. Right now
all the tests are vis
Am 11.09.2010 03:59, schrieb Roderick Colenbrander:
/* Geforce 300 midend mobile (Geforce GT 325M/330M use the same core)
*/
if (strstr(gl_renderer, "GT 325M")
|| strstr(gl_renderer, "GT 330M"))
{
- *vidmem = 1024;
- return CARD
* On Fri, 10 Sep 2010, joerg-cyril.hoe...@t-systems.com wrote:
>
> Now what to do next?
> - uninitialised memory issue?
> - bad MingW or includes on test.winehq?
>
> How do MingW on test.winehq and testbot.winehq differ?
Difference of primary interest would be in the compiler versions and then
---
include/wine/resolvewm.h | 29 +
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/include/wine/resolvewm.h b/include/wine/resolvewm.h
index 573f9ee..d870f12 100644
--- a/include/wine/resolvewm.h
+++ b/include/wine/resolvewm.h
@@ -23,6 +23,8 @@
#ifn
---
dlls/comctl32/animate.c|3 ++-
dlls/comctl32/comboex.c| 11 ++-
dlls/comctl32/header.c |3 ++-
dlls/comctl32/hotkey.c |3 ++-
dlls/comctl32/ipaddress.c |5 +++--
dlls/comctl32/listview.c |7 ---
dlls/comctl32/monthcal.c |7 ---
dll
---
dlls/comctl32/tests/datetime.c |3 +-
dlls/comctl32/tests/header.c |5 ++-
dlls/comctl32/tests/listview.c |7 ++--
dlls/comctl32/tests/monthcal.c |3 +-
dlls/comctl32/tests/msg.h | 71 ---
dlls/comctl32/tests/tab.c |5 ++-
d
You forgot to attach a patch.
J. Leclanche
On Sat, Sep 11, 2010 at 10:57 AM, Florian Köberle wrote:
> Hello
>
> this patches increases the readability of debug channels logs and test
> traces by displaying the window message names instead of their numbers.
>
> I haven't put the new functionali
Hello
this patches increases the readability of debug channels logs and test
traces by displaying the window message names instead of their numbers.
I haven't put the new functionality in include/wine/debug.h because it's
mutally exclusive with include/wine/test.h. I have put it in a new
include
11 matches
Mail list logo