Re: [PATCH] scrrun: Implement CreateTextFile() method
28 Feb
2014
28 Feb
'14
12:11 p.m.
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.
4310
Age (days ago)
4310
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov