• Show log

    Commit

  • Hash : 4bbe5e6e
    Author : Peter Pettersson
    Date : 2021-08-25T18:14:10

    win32: name the dummy union in GIT_REPARSE_DATA_BUFFER
    
    Instead of buf->"typeofbuffer"ReparseBuffer the members will be
    referenced with buf->ReparseBuffer."typeofbuffer"
    
    https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/ns-ntifs-_reparse_data_buffer?redirectedfrom=MSDN
    calls the union DUMMYUNIONNAME but that looks a bit cluttered.