Fixed build.

- Changed strcpyW to wcscpy.

svn path=/trunk/; revision=21806
This commit is contained in:
Peter Ward 2006-05-05 17:16:05 +00:00
parent f914c470a9
commit 28731a5081

View file

@ -292,7 +292,7 @@ lstrcpyW(
_SEH_TRY _SEH_TRY
{ {
Ret = strcpyW(lpString1, lpString2); Ret = wcscpy(lpString1, lpString2);
} }
_SEH_EXCEPT(lstr_page_fault) _SEH_EXCEPT(lstr_page_fault)
{ {