[USERINIT]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 26 Sep 2016 22:42:56 +0000 (22:42 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 26 Sep 2016 22:42:56 +0000 (22:42 +0000)
commit0a8188519278b7c37d3737a0fc3c8bc7f2d0a333
tree0af52669951e97d7b454c554133fa757ec27c878
parented8515d7ed27f92da8923c428fe1aaf2bd939777
[USERINIT]
- Use explicit unicode functions where possible.
- Use ARRAYSIZE(foo) instead of sizeof(foo)/sizeof(foo[0]).
- Don't hardcode some buffer sizes.
- Try reducing level of code indentation in some functions.
- Make StartShell and StartInstaller return a boolean (TRUE: success; FALSE: failure). Will be needed in the next commit.
- Remove a useless "#pragma warning".

svn path=/trunk/; revision=72821
reactos/base/system/userinit/livecd.c
reactos/base/system/userinit/userinit.c