Re: Anyone wants to ban spammer on forum

2011-10-19 Thread Paul Romanyszyn
On 10/19/2011 11:21 AM, Tijl Coosemans wrote: On Wednesday 19 October 2011 14:08:14 L. Rahyen wrote: On 2011-10-19 (October, Wednesday) 02:37:41 Vitaliy Margolen wrote: On 10/18/2011 07:37 PM, Vitaliy Margolen wrote: So any admins actually watching and want to bad roberbdib3a on forum? Also w

Re: Regression in comctl32

2007-02-15 Thread Paul Romanyszyn
Pavel Troller wrote: Hi! I just found a regression in comctl32 and bisected it successfully. The following commit 369749dcb2ba12ce8481503543afd18ad99805d1 is first bad commit commit 369749dcb2ba12ce8481503543afd18ad99805d1 Author: Dmitry Timoshkov <[EMAIL PROTECTED]> Date: Mon Feb 12 16:47

Re: [PATCH 2/2] comctl32: Switch to a Nx4 tiling.

2006-11-07 Thread Paul Romanyszyn
Kirill K. Smirnov wrote: This patch breaks http://angusj.com/sudoku/ This patch breaks toolbars in almost every application, e.g. comdlg32.GetOpenFileName. But Winword 97 was not affected though. Opened Bug 6626 for problem. Paul R.

Re: Call for volunteer: dwarf2 testing

2006-07-01 Thread Paul Romanyszyn
Eric Pouech wrote: running a 16 bit application from bug Bug 5493 now gives an a continuous list of fixme:dbghelp_dwarf:dwarf2_compute_location Unhandled attr op: 75 instead of continuous page faulting between on the lookup. What traces do you need and I will add them to that bug. does the

Re: Call for volunteer: dwarf2 testing

2006-06-30 Thread Paul Romanyszyn
Eric Pouech wrote: As you may have seen, there's now some support for the dwarf2 debug format (instead of stabs) in the Wine tree I'd like to get some feedback on the overall feedback on how it behaves. To do so, you need to reconfigure Wine with something like CFLAGS="$CFLAGS -gdwarf-2" ./confi

Re: Rein Klazes : user32: Separate menu bitmaps and strings.

2006-01-08 Thread Paul Romanyszyn
Rein Klazes wrote: On Fri, 06 Jan 2006 22:41:00 -0500, you wrote: The set last error function added to GetMenuStringA and GetMenuStringW removed this check which seems to be still needed. if (!IS_STRING_ITEM(item->fType)) return 0; I have tried several times to make a patch of the change