[CMAKE]
[reactos.git] / dll / cpl / desk / devsett.c
index 5c6320f..d175d1a 100644 (file)
@@ -86,7 +86,7 @@ pCDevSettings_AllocAndCopyString(const TCHAR *pszSrc)
         wcscpy(str,
                pszSrc);
 #else
-        MultiByteToWideChar(CP_APC,
+        MultiByteToWideChar(CP_ACP,
                             0,
                             pszSrc,
                             -1,