mirror of
https://github.com/reactos/reactos.git
synced 2026-05-29 21:19:51 +08:00
- Fix TCHAR/WCHAR mis-usage, - Fix as a result, a buffer overflow (GlobalAlloc takes the size in bytes, but a number of characters was passed to it instead). - Remove usage of unsafe string function. Now the item text is directly retrieved within the allocated buffer.