Re: [TRY 4] msvcrt: updated use of pmode flag in _s_open - set permissions of the file after it's been created.
Oct. 21, 2008
6:19 a.m.
Ivan Peevski <cyberhorse(a)gmail.com> writes:
ChangeLog: Followed the documentation at http://msdn.microsoft.com/en-us/library/w7sa2b22(VS.80).aspx. First, ignore pmode if the file already exist. Then, apply pmode permissions to the file, once it has been created.
This should be done by passing the right attributes to CreateFile. You shouldn't need a separate chmod call. -- Alexandre Julliard julliard(a)winehq.org
6365
Age (days ago)
6365
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard