[PATCH 4/6] include: Added definitions used by OpenFileById. (try 2)

Dmitry Timoshkov dmitry at baikal.ru
Wed Oct 10 20:30:46 CDT 2012


"Vincas Miliūnas" <vincas.miliunas at gmail.com> wrote:

> * Renamed DUMMYUNIONNAME to u.
...
> +typedef struct _FILE_ID_DESCRIPTOR {
> +    DWORD        dwSize;
> +    FILE_ID_TYPE Type;
> +    union {
> +        LARGE_INTEGER FileId;
> +        GUID          ObjectId;
> +    } u;
> +} FILE_ID_DESCRIPTOR, *LPFILE_ID_DESCRIPTOR;

This change is clearly wrong.

-- 
Dmitry.



More information about the wine-devel mailing list