Re: Wine talk on FOSDEM

2009-02-17 Thread Chris Wulff
the attached patch gets it working but still needs plenty of work. A bunch of the datatypes in wdm.h may actually belong someplace else (like wininternals.h.) The locking function implementations are wrong too as they are just abusing some of the fields to try to call existing wine functions. -- Chris W

Re: ntoskrnl.exe: Add a redirect for IoGetCurrentProcess

2008-12-20 Thread Chris Wulff
You're right, ignore this patch. It happens to work for my particular application but then I think it is just passed as a parameter to another function (which happens to ignore it.) -- Chris Wulff On Sat, 2008-12-20 at 13:29 +0200, Paul Chitescu wrote: > On Saturday 20 December 2008

Re: user32: Add a FIXME for animated cursors. [try 2]

2007-12-01 Thread Chris Wulff
There was a patch not all that long ago that actually implemented animated cursors that I have been using. Does anybody know why it wasn't accepted? It seems to work pretty well anyway. (I attached it for reference, but it was submitted on 9/4/2007 by Trent Waddington.) On Sat, 2007-12-01 at 13:3