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

Add IO_REPARSE_TAG_PROJFS and IO_REPARSE_TAG_PROJFS_TOMBSTONE #934

Open
wants to merge 1 commit into
base: 0.3
Choose a base branch
from

Conversation

xavierd
Copy link

@xavierd xavierd commented Aug 3, 2020

From https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/c8e77b37-3909-4fe6-a4ea-2b9d423b1ee4, it appears that these 2 were renamed from IO_REPARSE_TAG_GVFS and IO_REPARSE_TAG_GVFS_TOMBSTONE.

@retep998 retep998 added the waiting on review Waiting for a reviewer to review the PR label Aug 3, 2020
Copy link
Contributor

@MaulingMonkey MaulingMonkey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The old IO_REPARSE_TAG_GVFS and IO_REPARSE_TAG_GVFS_TOMBSTONE identifiers these duplicate are no longer found in winnt.h. Sadly it looks like #[deprecate]ing the old identifiers would require rustc 1.9 which would increase winapi's MSRV. Keeping them seems fine to me though.

LGTM! 👍

  • Organization of code
    • All definitions go into the source file that directly maps to the header the definition is from.
      • C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h
    • Definitions are defined in the same order as they are in the original header.
  • Constants
    • Names are correct
    • Values are correct
    • Types are correct

@roblabla roblabla mentioned this pull request Dec 4, 2020
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting on review Waiting for a reviewer to review the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants