Re: [PATCH] scrrun: Implement CreateTextFile() method
Feb. 28, 2014
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.
4409
Age (days ago)
4409
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov