Ignore:
Timestamp:
Jul 29, 2011, 2:30:58 PM (14 years ago)
Author:
dmik
Message:

Fixed a regression in r21674.

This broke the Select Directory dialog in SmartSVN/SmartGit
since GetFileAttributesEx(x:\) would returne a failure again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/virtual.cpp

    r21587 r21675  
    392392    }
    393393
     394    // The below doesn't seem to be true any longer, at least when it comes to
     395    // Odin and Java. Need to do more testing to make sure
     396#if 1
    394397    if(fdwAllocationType & MEM_RESERVE) {
    395398        //SvL: DosRead crashes if memory is initially reserved with write
     
    401404        flag |= PAG_READ|PAG_WRITE;
    402405    }
     406#endif
    403407
    404408    //just do this if other options are used
Note: See TracChangeset for help on using the changeset viewer.