[PATCH 1/3] include: Add virtdisk.h.

Alex Henrie alexhenrie24 at gmail.com
Tue May 29 13:43:09 CDT 2018


On Mon, May 28, 2018 at 1:55 PM Gijs Vermeulen <gijsvrm at gmail.com> wrote:
> +    PWSTR                DependencyDeviceName;
> +    PWSTR                HostVolumeName;
> +    PWSTR                DependentVolumeName;
> +    PWSTR                DependentVolumeRelativePath;

WCHAR * is generally preferred over PWSTR.

-Alex



More information about the wine-devel mailing list