mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
9e12bbeae6ef3d318bb63b7807997baa95d2c67d
Makefile - Add entry for midimap.dll, Build mmdrv because it's trying to get loaded at system startup and that caused an error bootdata/hivedef.inf - Create PaintDesktopVersion key and set it to 0. Win32k was trying to read this value and gave an error message because it did not exist. lib/samlib/samlib.c - Silence samlib for informational messages that aren't errors.(if NDEBUG is on) lib/userenv/directory.c -Silence for informational messages that aren't errors (if NDEBUG is on) lib/setupapi/devinst.c - Turn SetupDiInstallClassW blank debug message into something a little more informational. lib/syssetup/install.c - Make syssetup check if samlib returned ERROR_USER_EXISTS, in which case instead of pointlessly rebooting (which probably never allowed the user to actually setup ros...if error_user_Exists is returned it means that setup was abandonned for some reason, so we would want to restart it instead of giving up), it will restart setup. svn path=/trunk/; revision=11606
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%