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

Alexandre Julliard julliard at winehq.org
Fri Nov 25 09:21:44 CST 2011


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> @@ -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?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list