mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
Logon UI was excluded from CMake build, probably for not being compliant with 'warnings are errors' standard introduced at some point. In the future, I would probably try to make Logon UI usable alongside with the classic msgina interface. - Add logonui back to CMakeLists - Replace 'wcscpy_s' Vista+ function with StringCchCopyW - Exclude some unused functions Signed-off-by: Vitaly Orekhov <[email protected]> Reviewed-by: Stanislav Motylkov <[email protected]> Reviewed-by: Hermès Bélusca-Maïto <[email protected]>