Dmitry Timoshkov dmitry@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?