[ros-dev] [ros-diffs] [jimtabor] 50933: [Win32k|User32] - Clarify the meaning and the

James Tabor jimtabor.rosdev at gmail.com
Wed Mar 2 18:01:34 UTC 2011


Hi!
Try this! I'm not sure since I have -soundhw ac97 running with qemu
and winapp installs but I can not get it ti run.

On Wed, Mar 2, 2011 at 9:53 AM, Johannes Anderwald
<johannes.anderwald at reactos.org> wrote:

> <win32k.sys:bac39 (subsystems/win32/win32k/objects/region.c:2104 (@RGNOBJAPI_Lock at 8))>


Index: region.c
===================================================================
--- region.c	(revision 50945)
+++ region.c	(working copy)
@@ -2096,6 +2096,12 @@
   PRGN_ATTR pRgn_Attr;
   HANDLE pid;

+  if (hRgn <= HRGN_WINDOW)
+  {
+     DPRINT1("Cought a window system region handle! hRgn %d",hRgn);
+     return NULL;
+  }
+
   pRgn = REGION_LockRgn(hRgn);

   if (pRgn)



More information about the Ros-dev mailing list