Fixed build.
[reactos.git] / reactos / dll / win32 / kernel32 / string / lstring.c
index aefbed7..eb9070a 100644 (file)
@@ -292,7 +292,7 @@ lstrcpyW(
 
     _SEH_TRY
     {
-        Ret = strcpyW(lpString1, lpString2);
+        Ret = wcscpy(lpString1, lpString2);
     }
     _SEH_EXCEPT(lstr_page_fault)
     {