Index: boot/bootdata/hivesft.inf =================================================================== --- boot/bootdata/hivesft.inf (revision 74351) +++ boot/bootdata/hivesft.inf (working copy) @@ -434,6 +434,9 @@ ;HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\loaddll.exe","GlobalFlag",0x00010001,0x00000002 ;HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\soffice.exe","GlobalFlag",0x00010001,0x00000002 ;HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\tlstest.exe","GlobalFlag",0x00010001,0x00000002 +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\amstream_winetest.exe","GlobalFlag",0x00010001,0x02000000 +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\dxdiagn_winetest.exe","GlobalFlag",0x00010001,0x02000000 +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\gdi32_winetest.exe","GlobalFlag",0x00010001,0x02000000 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","midimapper",0x00000000,"midimap.dll" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","wavemapper",0x00000000,"msacm32.drv" Index: sdk/lib/rtl/assert.c =================================================================== --- sdk/lib/rtl/assert.c (revision 74351) +++ sdk/lib/rtl/assert.c (working copy) @@ -41,6 +41,7 @@ (PSTR)FailedAssertion, (PSTR)FileName, LineNumber); + RtlRaiseStatus(STATUS_ASSERTION_FAILURE); /* Prompt for action */ DbgPrompt("Break repeatedly, break Once, Ignore,"