mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
baseaddress.cfg - Add entry for midimap.dll. Fix msacm's base address. It was conflicting with iplhapi and generated an unncessary relocation and error message.
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
This commit is contained in:
@@ -8,6 +8,7 @@ HKCU,"Control Panel\Appearance",,0x00000012
|
||||
HKCU,"Control Panel\Desktop","AutoEndTasks",0x00000002,"0"
|
||||
HKCU,"Control Panel\Desktop","CursorBlinkRate",0x00000002,"530"
|
||||
HKCU,"Control Panel\Desktop","DragFullWindows",0x00000002,"0"
|
||||
HKCU,"Control Panel\Desktop","PaintDesktopVersion",0x00010001,"0"
|
||||
HKCU,"Control Panel\Desktop","HungAppTimeout",0x00000002,"5000"
|
||||
HKCU,"Control Panel\Desktop","WaitToKillAppTimeout",0x00000002,"20000"
|
||||
HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,""
|
||||
|
||||
Reference in New Issue
Block a user