[1/2] kernel32: Add a test for protections accepted by CreateFileMapping, make it pass under Wine.

Dmitry Timoshkov dmitry at baikal.ru
Fri Nov 25 10:31:20 CST 2011


Alexandre Julliard <julliard at winehq.org> wrote:

> > @@ -350,9 +350,6 @@ HANDLE WINAPI CreateFileMappingW( HANDLE hFile, LPSECURITY_ATTRIBUTES sa,
> >  
> >      switch(protect)
> >      {
> > -    case 0:
> > -        protect = PAGE_READONLY;  /* Win9x compatibility */
> > -        /* fall through */
> 
> Did you try your test on Win9x?

No, i have no a win9x machine around.

-- 
Dmitry.



More information about the wine-devel mailing list