[PATCH 1/2] include: Add ntifs.h with Reparse point related definitions and typedefs.(try 3)

Piotr Caban piotr.caban at gmail.com
Thu Aug 6 06:39:41 CDT 2015


Hi,

On 08/05/15 07:45, YongHao Hu wrote:
> +typedef struct _REPARSE_MOUNTPOINT_DATA_BUFFER
> +{
> +    DWORD ReparseTag;
> +    DWORD ReparseDataLength;
> +    WORD Reserved;
> +    WORD ReparseTargetLength;
> +    WORD ReparseTargetMaximumLength;
> +    WORD Reserved1;
> +    WCHAR ReparseTarget[1];
> +} REPARSE_MOUNTPOINT_DATA_BUFFER, *PREPARSE_MOUNTPOINT_DATA_BUFFER;
This structure is not defined in native ntifs.h. I don't know if it's 
acceptable to add it in wine.

I think that it may be easier to get sys::tr2::_Stat implementation to 
wine without tests on reparse points. You can add this tests later but 
I'm not sure if they belong to msvcp tests.

Thanks,
Piotr



More information about the wine-devel mailing list