j
k
j a
j l
Nikolay Sivov nsivov@codeweavers.com wrote:
/* map access mode */ if (mode & (ForWriting | ForAppending)) access = GENERIC_WRITE; if (mode & ForReading) access |= GENERIC_READ;
access = GENERIC_WRITE;
access |= GENERIC_READ;
Probably append mode needs additional handling.
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites