[WINLOGON] Clean up part 2
authorEric Kohl <eric.kohl@reactos.org>
Mon, 2 Apr 2018 10:47:15 +0000 (12:47 +0200)
committerEric Kohl <eric.kohl@reactos.org>
Mon, 2 Apr 2018 10:47:15 +0000 (12:47 +0200)
commit2ae45852502a588f9a3b1be69da388bbc587567e
treeea4929c4cc11ddce5e8b85c7ae0cea91a799e345
parent9e6f3ef12b07fe0ddfcf6618b7aacb7089bd83e3
[WINLOGON] Clean up part 2
- Replace the UNICODE_STRING usMessage by a PWSTR pszMessage.
- Use the "%02d:%02d:%02d" time format and get rid of the safe string printf because the string will NEVER be longer than 8 characters.
- Rename the timer id constant because it is NOT a resource id.
- Rename variables according to the coding style.
base/system/winlogon/shutdown.c