[WINLOGON] Clean up part 1
authorEric Kohl <eric.kohl@reactos.org>
Sun, 1 Apr 2018 23:37:50 +0000 (01:37 +0200)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 1 Apr 2018 23:37:50 +0000 (01:37 +0200)
- Add empty lines to separate logical blocks of code.
- Add spaces according to our coding style.
- Move g_hShutdownDialog and g_bShuttingDown into the shutdown parameters struct.
- Pass a pointer to the shutdown parameters to the shutdown thread and the shutdown dialog and use the pointer instead of the global variables.
- Move the timer code into a separate function because it requires local variables.


No differences found