[ros-dev] KMODE_EXCEPTION after pressing Cancel buttoninTaskbarSettings dia

Theodor Willax theodor_willax at hotmail.com
Sat Nov 6 23:01:29 CET 2004


>--- Theodor Willax <theodor_willax at hotmail.com> wrote:
> > thank's for the hint Ge. The patch below should fix this issue. Who
> > will
> > apply this patch to cvs and has it the right format?
>
>It needs to be in diff -u format.
>
>Thanks
>Steven

Here we are again with diff -u format

cvs -z9 diff -u desktop.c (in directory 
D:\home\willaxt\Entwicklung\ros\reactos\subsys\win32k\ntuser\)
Index: desktop.c
===================================================================
RCS file: /CVS/ReactOS/reactos/subsys/win32k/ntuser/desktop.c,v
retrieving revision 1.22
diff -u -r1.22 desktop.c
--- desktop.c	28 Sep 2004 15:02:30 -0000	1.22
+++ desktop.c	6 Nov 2004 22:40:12 -0000
@@ -700,7 +700,7 @@
   DPRINT("PaintDesktopVersionCallback ValueType=%d ValueLength=%d\n", 
ValueType, ValueLength);

   if (ValueType==REG_DWORD && ValueLength==sizeof(DWORD))
-	*((DWORD*)Context) = *(DWORD*)ValueData;
+	*((DWORD*)EntryContext) = *(DWORD*)ValueData;

   return STATUS_SUCCESS;
}

_________________________________________________________________
Geschlossene Gesellschaft. MSN Hotmail mit McAfee® Anti-Virus. 
http://www.msn.de/email/antivirus/ Jetzt kostenlos anmelden und Viren 
bleiben vor der Tür!



More information about the Ros-dev mailing list