reactos/dll/win32/devmgr/properties
Hermès Bélusca-Maïto b4b1c5b9aa
[DEVMGR] Fix some bugs spotted by Thomas Faber in PR #5775 (#5790)
- 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.
2023-11-13 16:26:00 +01:00
..
advprop.cpp [DEVMGR] Fix some bugs spotted by Thomas Faber in PR #5775 (#5790) 2023-11-13 16:26:00 +01:00
devprblm.cpp
hwpage.cpp
hwresource.cpp
misc.cpp
properties.h
stubs.cpp