j
k
j a
j l
Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
+ /* map access mode */ + if (mode & (ForWriting | ForAppending)) + access = GENERIC_WRITE; + if (mode & ForReading) + access |= GENERIC_READ;
Probably append mode needs additional handling. -- Dmitry.
Back to the thread
Back to the list