reactos/reactos/dll
Hermès Bélusca-Maïto c24dcb3ff2 [USERENV]
- Split the huge "InitializeProfiles" function into itself and a helper "CreateStandardProfile", the latter is called to set up the "Default User" and "All Users" profile directories & registry settings.
- Use StringSafe functions where needed.
- Some of the shell registry values (the multimedia ones in particular) and the Fonts folder path, are not set by userenv.dll but are set by shell32.dll when it is registered during 2nd stage setup.

[SHELL32]: The above-mentioned shell reg vals are already there, but few have different translations than the ones that were in userenv. Translators, please review & fix if needed!

[SYSSETUP]: It is syssetup.dll which sets up the 'Program Files' & 'Common Files' directories & registry values at 2nd stage setup, as done on Windows' setup. Move the code that did this from our userenv to syssetup.

svn path=/trunk/; revision=73518
2017-01-10 15:28:49 +00:00
..
3rdparty [MBEDTLS] Export some needed functions for bcrypt. By Peter Hater. 2016-11-17 22:09:11 +00:00
appcompat [APPHELP] Simplify SdbTagToString. 2016-12-30 21:31:14 +00:00
cpl [USRMGR] Load 32bit icons for groups tab. Patch by Jared Smudde. CORE-12547 #resolve #comment Thanks! 2016-12-14 20:33:39 +00:00
directx [D3DX9_33] We don't need these here as d3dx9_36 already has them. 2016-11-23 18:43:17 +00:00
keyboard [KBDHU] Fix MSVC build when the default code page is a MBCS. By Yuntian Zhang. CORE-7417 2015-05-24 14:26:31 +00:00
nls [NORMALIZ][KERNEL32_VISTA] 2015-09-07 17:16:25 +00:00
ntdll [NTDLL]: Export _wcstoui64 (as done in Win2k3). Prototype from msvcrt. CORE-12534 2016-12-04 22:52:03 +00:00
opengl [DLLS] Spelling fixes by Josh Soref. CORE-12286 2016-11-12 21:53:33 +00:00
shellext [NETSHELL]Add Japanese translation. Patch by Katayama Hirofumi MZ. Thanks. CORE-12514 2016-12-01 21:09:47 +00:00
win32 [USERENV] 2017-01-10 15:28:49 +00:00
CMakeLists.txt [APPHELP] 2016-03-31 12:54:05 +00:00