On Wed, Feb 27, 2008 at 09:11:17PM +1100, Alistair Leslie-Hughes wrote:
Hi, Corrected the spec file.
Changelog: msxml3: Implement wcscpy_s
Best Regards Alistair Leslie-Hughes
From 5438165a1a5b3a2683948b93e34e9017f4958e61 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Wed, 27 Feb 2008 19:58:04 +1100 Subject: [PATCH] Implement wcscpy_s To: wine-patches wine-patches@winehq.org
dlls/msvcrt/msvcrt.spec | 1 + dlls/msvcrt/tests/string.c | 45 ++++++++++++++++++++++++++++++++++++++++++++ dlls/msvcrt/wcs.c | 41 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+), 0 deletions(-)
Note that the subject line should be 'msvcrt:...'. I guess Alexandre will fix this.
Huw.