mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fixed build.
- Changed strcpyW to wcscpy. svn path=/trunk/; revision=21806
This commit is contained in:
parent
f914c470a9
commit
28731a5081
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ lstrcpyW(
|
|||
|
||||
_SEH_TRY
|
||||
{
|
||||
Ret = strcpyW(lpString1, lpString2);
|
||||
Ret = wcscpy(lpString1, lpString2);
|
||||
}
|
||||
_SEH_EXCEPT(lstr_page_fault)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue