reactos/reactos
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
..
base [SERVICES] 2017-01-02 20:45:36 +00:00
boot [FMIFS] 2017-01-09 20:59:22 +00:00
dll [USERENV] 2017-01-10 15:28:49 +00:00
drivers [BTRFS] 2017-01-01 17:12:12 +00:00
hal [HAL] 2016-08-27 19:12:11 +00:00
media [UBTRFS] 2017-01-09 20:52:44 +00:00
modules [TEST] 2016-05-09 20:57:35 +00:00
ntoskrnl Happy New Year 2017 to ReactOS people! 2017-01-03 15:35:31 +00:00
sdk [BTRFSLIB] 2017-01-09 20:56:55 +00:00
subsystems [NTVDM]: Properly fixes build. Addendum to r73082, supersedes r73084. 2016-10-30 20:27:05 +00:00
win32ss [WIN32SS] Don't trigger ProbeForWrite when retrieving caret size from co_IntDrawCaret, fix unlocking in failure path. CORE-10308 2017-01-09 21:12:00 +00:00
apistatus.lst
CMakeLists.txt [CMAKE] 2016-11-13 09:57:30 +00:00
configure.cmd Test commit to fix the nightmare caused by "previous" r71352. 2016-05-18 17:01:01 +00:00
configure.sh [CONFIGURE] 2016-04-24 22:40:53 +00:00
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS I think almost 10 years of participation suffice to get into this file :) 2016-01-06 02:19:53 +00:00
Doxyfile The javascript search is turd... 2016-07-01 17:29:19 +00:00
INSTALL [REACTOS] 2016-01-05 19:52:35 +00:00
PreLoad.cmake [SDK][CMAKE] The CMake folder is part of our SDK. CORE-9111 2016-05-20 16:06:48 +00:00
README [README] 2016-08-31 21:22:37 +00:00
toolchain-clang.cmake
toolchain-gcc.cmake
toolchain-msvc.cmake [CMAKE] Set Debug as the default build type for MSVC builds. 2015-09-05 14:38:50 +00:00

========================
ReactOS™ Version 0.4.x
Updated January 5, 2016
========================

1. What is ReactOS?
-------------------

ReactOS™ is an Open Source effort to develop a quality operating system that is
compatible with applications and drivers written for the Microsoft® Windows™ NT
family of operating systems (NT4, 2000, XP, 2003, Vista, Seven).

The ReactOS project, although currently focused on Windows Server 2003
compatibility, is always keeping an eye toward compatibility with
Windows Vista and future Windows NT releases.

More information is available at: https://www.reactos.org

2. Building ReactOS
-------------------

See the INSTALL file for more details.

3. More information
-------------------

See the media\doc subdirectory for some sparse notes.

4. Who is responsible
---------------------

See the CREDITS file.