Re: [PATCH v3 4/7] include: Add hstring.h and winstring.h.
Martin Storsjo <martin(a)martin.st> writes:
--- No changes since v2. --- include/Makefile.in | 2 ++ include/hstring.h | 39 +++++++++++++++++++++++++++++++++++++++ include/winstring.h | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 include/hstring.h create mode 100644 include/winstring.h
hstring.h should be generated from idl. -- Alexandre Julliard julliard(a)winehq.org
On Tue, 9 Dec 2014, Alexandre Julliard wrote:
Martin Storsjo <martin(a)martin.st> writes:
--- No changes since v2. --- include/Makefile.in | 2 ++ include/hstring.h | 39 +++++++++++++++++++++++++++++++++++++++ include/winstring.h | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 include/hstring.h create mode 100644 include/winstring.h
hstring.h should be generated from idl.
Ok, will resend such a version. // Martin
participants (2)
-
Alexandre Julliard -
Martin Storsjö