| ... | @@ -670,7 +670,7 @@ pub const CreateSymbolicLinkError = error{ | ... | @@ -670,7 +670,7 @@ pub const CreateSymbolicLinkError = error{ |
| 670 | /// Needs either: | 670 | /// Needs either: |
| 671 | /// - `SeCreateSymbolicLinkPrivilege` privilege | 671 | /// - `SeCreateSymbolicLinkPrivilege` privilege |
| 672 | /// or | 672 | /// or |
| 673 | /// - Developper mode on Windows 10 | 673 | /// - Developer mode on Windows 10 |
| 674 | /// otherwise fails with `error.AccessDenied`. In which case `sym_link_path` may still | 674 | /// otherwise fails with `error.AccessDenied`. In which case `sym_link_path` may still |
| 675 | /// be created on the file system but will lack reparse processing data applied to it. | 675 | /// be created on the file system but will lack reparse processing data applied to it. |
| 676 | pub fn CreateSymbolicLink( | 676 | pub fn CreateSymbolicLink( |