mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00: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