Re: [2/2] vssapi: Add stub implementations for a couple of functions.
Hans Leidekker <hans(a)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(a)36' collect2: ld returned 1 exit status winegcc: i686-w64-mingw32-gcc failed -- Alexandre Julliard julliard(a)winehq.org
participants (1)
-
Alexandre Julliard