Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread Samuel Leslie
Oops, there's no attachment. Try sending it with a MIME type of text/plain so SourceForge does not eat it; you might have to add a .txt extension to it to make your mail client do that. --David On Sat, May 27, 2017 at 7:51 PM, Samuel Leslie wrote: > Sounds like I've misinterprete

Re: [Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread Samuel Leslie
Sounds like I've misinterpreted the correct usage of VALID_SYMBOLIC_LINK_FLAGS. Apologies! I've attached an amended patch in the event that's helpful. Kind regards, Samuel Leslie -Original Message- From: Liu Hao [mailto:lh_mo...@126.com] Sent: Sunday, 28 May 2017 8:35 A

[Mingw-w64-public] [PATCH] Add flag for symlink creation by unprivileged users

2017-05-27 Thread Samuel Leslie
The MSDN documentation doesn't appear to have been updated yet: https://msdn.microsoft.com/en-us/library/windows/desktop/aa363866(v=vs.85).aspx But you can find the details on the official developer blog: https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/ Signed-off-by: Samuel