> 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
> <[email protected]> wrote:
>
> > <win32k.sys:bac39 (subsystems/win32/win32k/objects/region.c:2104
> > (@RGNOBJAPI_Lock@8))>
Hi,
this patch does not work here. I'm testing with Vbox 4.00
regards,
Johannes
>
>
> 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)
>
> _______________________________________________
> Ros-dev mailing list
> [email protected]
> http://www.reactos.org/mailman/listinfo/ros-dev
_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev