Okay, a different version of the patch, based on suggestions from Roderick Colenbrander and Mike McCormack.
The recent addition of a stubbed out uxtheme.dll breaks a lot of apps. Lets change it to nonexistent for the time being because the native version won't work either.
Changelog: - Change uxtheme to "" for the time being
- Hannu Valtonen Hannu.Valtonen@hut.fi
--- config 2003-10-05 14:38:16.000000000 +0200 +++ wine/documentation/samples/config 2003-10-05 14:39:00.000000000 +0200 @@ -99,6 +99,7 @@ "mciavi.drv" = "native, builtin" "mcianim.drv" = "native, builtin" "msi" = "native, builtin" +"uxtheme" = "" ; you can specify applications too ; this one will apply for all notepad.exe ;"*notepad.exe" = "native, builtin"