Re: [1/2] cmd: Add handler support for Ctrl-C and Ctrl-Break events

2013-08-12 Thread Ruslan Kabatsayev
Hi Hugh, You're right, I had to run cmd via wineconsole, and I tried it before with plain wine. OK, this way your patches do indeed work. Thanks. Regards, Ruslan On Mon, Aug 12, 2013 at 4:18 PM, Hugh McMaster wrote: > On Monday, 12 August 2013, Ruslan Kabatsayev wrote: >>I

Re: [1/2] cmd: Add handler support for Ctrl-C and Ctrl-Break events

2013-08-12 Thread Ruslan Kabatsayev
Hi, On Sun, Aug 11, 2013 at 12:33 PM, Hugh McMaster wrote: > Jason Edmeades and I have developed a patch that handles Ctrl-C and > Ctrl-Break events in wineconsole's cmd.exe. > > The patch supports interactive mode, batch contexts and both the cmd /c and > cmd /k modes, meaning that pressing Ct

Re: [1/2] winex11: Cache XRandR 1.0 display mode. (try 2)

2013-05-11 Thread Ruslan Kabatsayev
Hi, Won't such code fail if the mode is changed outside wine? Regards, Ruslan On Fri, May 10, 2013 at 8:07 PM, Sam Edwards wrote: > > > >

Re: netapi32: Add stub for NetGetAnyDCName

2013-04-27 Thread Ruslan Kabatsayev
s the rest of the file. > > Christian > > > If you look at NetGetDCName(), you'll see that I used 2 spaces as is used there. Should NetGetDCName() be fixed too then? > > Le 27/04/2013 14:05, Ruslan Kabatsayev a écrit : > > Hello, > > This patch adds a stub

Re: fusion: Don't assume a specific compiler behaviour

2012-07-19 Thread Ruslan Kabatsayev
Hello, > Most likely it's rotated on x86 and hardly shifted on ARM, damn compilers. No, it's not compilers, it's intel's "shr" instruction behavior: it masks bit count lower 5 bits, thus making 33 effectively 1. Corresponding ARM instruction most likely does true 33 bit shift giving you zero resul

Re: [PATCH 1/5] wined3d: Use NAN.

2012-06-05 Thread Ruslan Kabatsayev
Oh, right, seems it wasn't there at the point when another patch broke the build, and I was bisecting it. Sorry for the noise. On Tue, Jun 5, 2012 at 1:53 PM, Francois Gouget wrote: > On Mon, 4 Jun 2012, Ruslan Kabatsayev wrote: > >> Hello, >> >> This patch stops wi

Re: [PATCH 1/5] wined3d: Use NAN.

2012-06-04 Thread Ruslan Kabatsayev
Hello, This patch stops wine from building on my system with following errors: In file included from arb_program_shader.c:35:0: wined3d_private.h: In function ‘float_16_to_32’: wined3d_private.h:203:21: error: ‘NAN’ undeclared (first use in this function) wined3d_private.h:203:21: note: each unde

Re: [PATCH 2/3] jscript: Get rid of ret_nan hack

2012-05-29 Thread Ruslan Kabatsayev
Hello, This patch (committed as d0a719a79dae001df341db907fcae54118691d35) leads to compilation error: make[1]: Entering directory `/fastdocs/programmer/wine-git/dlls/msadp32.acm' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/fastdocs/programmer/wine-git/dlls/msadp32.acm' gcc