Jérôme Bouat <[EMAIL PROTECTED]> writes:
> This patch executes the compilation process with a higher nice value.
>
> It allows the user to do something else when he is installing Wine.
Users who want that behavior can renice wineinstall themselves, we
shouldn't impose that policy on everybody.
-
Hi,
Here are some patches which improve winsock's ipx support. Using these patches
games C&C Tiberian Sun, Red Alert (v3.x) and Red Alert II work over a lan.
First patches 1 and 3 add a new ipx related header. Patch 1 is the new header
I made and patch 3 contains some extra structs submitted by
Not 100% about the part changing METAHEADERDISK.filename type. Can apps
access it directly and barf if they find WCHAR instead of CHAR? And is
the length set to 0x100 for binary compatibility?
Changelog:
Get rid of W->A calls for metafiles.
Vincent
Index: dlls/gdi/mfdrv/init.c
===
On November 8, 2003 05:47 am, Gerald Pfeifer wrote:
> +#if USHRT_MAX > DATE_MAX
> if( uiIn > DATE_MAX )
Please find a non-#if solution. It's too minor to justify
the resulting ugliness.
--
Dimi.
Is there any way to tell winedbg to ignore/auto pass C++ exceptions?
no
A+
--
Eric Pouech
Rob wrote:
>
>Winedbg does not use imagehlp.dll at the moment - it has its own symbol
>loader. It was working fine for me yesterday on my own program which uses
>MSVC6 symbols.
>Are you sure that you are running the program in the same directory as the
>symbols?
Thanks for the tip. The problem was
> > > Also, does anyone else get orphaned zombie processes after
running
> > > the regression tests? (which is moderately impressive: I thought
init
> > > was supposed to clean these up)
The execution of the attached script in dlls/ shows the only dll test
which generates orphaned zombies is kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le Friday 07 November 2003 19:46, Lionel Ulmer a écrit :
> On Fri, Nov 07, 2003 at 10:32:02AM +, Mike Hearn wrote:
> > Lionel, could QEMU be used here? I guess the driver expects to have
> > kernel level access to the machine, so we could either:
>