Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows, build-runfiles: Implement SymlinkResolver #6014

Closed
wants to merge 3 commits into from

Commits on Aug 29, 2018

  1. Windows, build-runfiles: Implement SymlinkResolver

    Provide a ReadSymlinkW function for resolving symlink on Windows.
    Also made IsDirectoryW available.
    
    Change-Id: I5588c06ee768de12b949f2aa19e3acb84282bb4d
    meteorcloudy committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    134fd67 View commit details
    Browse the repository at this point in the history
  2. Small fixes

    Change-Id: Ic9e71c79ef1c761f94f046cdbf7c61b75cddd746
    meteorcloudy committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    48b81a8 View commit details
    Browse the repository at this point in the history
  3. Only use FILE_FLAG_BACKUP_SEMANTICS when open directory

    Change-Id: I2b289c9b9701b28421afe4f81e858d678918c16b
    meteorcloudy committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    ad6bf6d View commit details
    Browse the repository at this point in the history