[PATCH v4 2/4] combase: Implement creation and deletion of HSTRING objects.

Martin Storsjö martin at martin.st
Fri Dec 12 06:04:40 CST 2014


On Wed, 10 Dec 2014, Martin Storsjo wrote:

> ---
> configure.ac                                       |   1 +
> .../api-ms-win-core-winrt-string-l1-1-0.spec       |   8 +-
> dlls/combase/Makefile.in                           |   3 +-
> dlls/combase/combase.spec                          |   8 +-
> dlls/combase/string.c                              | 143 +++++++++++++++++++++
> dlls/combase/tests/Makefile.in                     |   4 +
> dlls/combase/tests/string.c                        | 128 ++++++++++++++++++
> tools/make_specfiles                               |   1 +
> 8 files changed, 287 insertions(+), 9 deletions(-)
> create mode 100644 dlls/combase/string.c
> create mode 100644 dlls/combase/tests/Makefile.in
> create mode 100644 dlls/combase/tests/string.c

Any further comments on these ones (2-4), or should I resubmit them for a 
new look?

// Martin



More information about the wine-devel mailing list