You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't the symlink() functions in MsvcLibX use the SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE flag?
I always need to add this to the flags of CreateSymbolicLink to create links as normal user.
The text was updated successfully, but these errors were encountered:
Sounds like a good idea. Please go ahead and submit a pull request!
Also we must add a definition for the flag if needed, so that the library still builds for XP and older versions of Windows, and apps built with it use the flag when run in recent versions of Windows that support it.
Shouldn't the
symlink()
functions in MsvcLibX use theSYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE
flag?I always need to add this to the flags of
CreateSymbolicLink
to create links as normal user.The text was updated successfully, but these errors were encountered: