Change uxtheme to native

Hannu Valtonen Hannu.Valtonen at hut.fi
Sun Oct 5 07:48:51 CDT 2003


License: LGPL

The recent addition of a stubbed out uxtheme.dll breaks a lot of apps. 
So lets change it to native only for the time being.  (If we change it 
to "native, builtin" it'll still default back to uxtheme because of a 
probably missing uxtheme.dll)

Changelog:
- Change uxtheme to "native" for the time being

-------------- next part --------------
--- 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"      = "native"
 ; you can specify applications too
 ; this one will apply for all notepad.exe
 ;"*notepad.exe" = "native, builtin"


More information about the wine-patches mailing list