[2/2] vssapi: Add stub implementations for a couple of functions.

Alexandre Julliard julliard at winehq.org
Wed Nov 19 09:33:23 CST 2014


Hans Leidekker <hans at codeweavers.com> writes:

> ---
>  dlls/vssapi/main.c      | 83 +++++++++++++++++++++++++++++++++++++++++++++++++
>  dlls/vssapi/vssapi.spec | 10 +++---
>  include/Makefile.in     |  1 +
>  include/vss.idl         | 31 ++++++++++++++++++
>  include/vswriter.h      | 47 ++++++++++++++++++++++++++++
>  5 files changed, 167 insertions(+), 5 deletions(-)
>  create mode 100644 include/vss.idl
>  create mode 100644 include/vswriter.h

It doesn't build on Mingw:

../../../wine/dlls/vssapi/main.c:33:0: warning: "__thiscall" redefined [enabled by default]
<built-in>:0:0: note: this is the location of the previous definition
main.o:main.c:(.text+0x14): undefined reference to `_VSSAPI_CVssWriter_Initialize at 36'
collect2: ld returned 1 exit status
winegcc: i686-w64-mingw32-gcc failed

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list