mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[DESK]
Fix a typo. Part of an old patch by Carlo Bramini. See issue #3158 for more details. svn path=/trunk/; revision=56297
This commit is contained in:
@@ -107,7 +107,7 @@ QueryDeskCplString(IDataObject *pdo, UINT cfFormat)
|
||||
#ifdef UNICODE
|
||||
wcscpy(lpStr, lpRecvBuffer);
|
||||
#else
|
||||
WideCharToMultiByte(CP_APC, 0, lpRecvBuffer, -1, lpStr, BufLen, NULL, NULL);
|
||||
WideCharToMultiByte(CP_ACP, 0, lpRecvBuffer, -1, lpStr, BufLen, NULL, NULL);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user