Commit 9ff652da authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Fixed a missing typedef.

parent 0f7b0a08
......@@ -388,7 +388,7 @@ typedef struct _FILE_STREAM_INFORMATION
WCHAR StreamName[1];
} FILE_STREAM_INFORMATION, *PFILE_STREAM_INFORMATION;
struct _FILE_ATTRIBUTE_TAG_INFORMATION
typedef struct _FILE_ATTRIBUTE_TAG_INFORMATION
{
ULONG FileAttributes;
ULONG ReparseTag;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment