[PATCH 6/6] vssapi: Add ?CreateVssBackupComponents@@YGJPAPAVIVssBackupComponents@@@Z stub

Chip Davis cdavis at codeweavers.com
Sun Feb 10 17:19:56 CST 2019


February 10, 2019 4:49 PM, "Alistair Leslie-Hughes" <leslie_alistair at hotmail.com> wrote:

> @@ -114,3 +114,13 @@ HRESULT WINAPI CreateVssBackupComponentsInternal(IVssBackupComponents
> **backup)
>      FIXME("%p\n", backup);
>      return E_NOTIMPL;
>  }
> +
> +/******************************************************************
> + *  ?CreateVssBackupComponents@@YGJPAPAVIVssBackupComponents@@@Z
> + */
> +HRESULT VSSAPI_CreateVssBackupComponents( IVssBackupComponents **backup )

Shouldn't this be marked WINAPI?

Chip



More information about the wine-devel mailing list