mirror of
https://github.com/reactos/reactos.git
synced 2026-09-15 06:10:07 +08:00
Fixed build.
- Changed strcpyW to wcscpy. svn path=/trunk/; revision=21806
This commit is contained in:
@@ -292,7 +292,7 @@ lstrcpyW(
|
||||
|
||||
_SEH_TRY
|
||||
{
|
||||
Ret = strcpyW(lpString1, lpString2);
|
||||
Ret = wcscpy(lpString1, lpString2);
|
||||
}
|
||||
_SEH_EXCEPT(lstr_page_fault)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user