builtin <-> native

Dimitrie O. Paun dpaun at rogers.com
Thu Sep 19 18:26:58 CDT 2002


In another controversial move...

But really, Wine has reached a stage where we should try to
use our dlls, unless told otherwise. It should help improve
them as well.

ChangeLog
  By default, we should use our own dlls.

Index: documentation/samples/config
===================================================================
RCS file: /var/cvs/wine/documentation/samples/config,v
retrieving revision 1.31
diff -u -r1.31 config
--- documentation/samples/config	18 Sep 2002 23:09:50 -0000	1.31
+++ documentation/samples/config	19 Sep 2002 23:20:43 -0000
@@ -78,46 +78,13 @@
 ; Be careful here, wrong DllOverrides settings have the potential
 ; to pretty much kill your setup.
 [DllOverrides]
-"rpcrt4"       = "builtin, native"
-"oleaut32"     = "builtin, native"
-"ole32"        = "builtin, native"
-"commdlg"      = "builtin, native"
-"comdlg32"     = "builtin, native"
-"ver"          = "builtin, native"
-"version"      = "builtin, native"
-"shell"        = "builtin, native"
-"shell32"      = "builtin, native"
-"shfolder"     = "builtin, native"
-"shlwapi"      = "builtin, native"
-"shdocvw"      = "builtin, native"
-"lzexpand"     = "builtin, native"
-"lz32"         = "builtin, native"
-"comctl32"     = "builtin, native"
-"commctrl"     = "builtin, native"
-"advapi32"     = "builtin, native"
-"crtdll"       = "builtin, native"
-"mpr"          = "builtin, native"
-"winspool.drv" = "builtin, native"
-"ddraw"        = "builtin, native"
-"dinput"       = "builtin, native"
-"dsound"       = "builtin, native"
-"opengl32"     = "builtin, native"
 "msvcrt"       = "native, builtin"
-"msvideo"      = "builtin, native"
-"msvfw32"      = "builtin, native"
-"mcicda.drv"   = "builtin, native"
-"mciseq.drv"   = "builtin, native"
-"mciwave.drv"  = "builtin, native"
 "mciavi.drv"   = "native, builtin"
 "mcianim.drv"  = "native, builtin"
-"msacm.drv"    = "builtin, native"
-"msacm"        = "builtin, native"
-"msacm32"      = "builtin, native"
-"midimap.drv"  = "builtin, native"
 ; you can specify applications too
 "notepad.exe"  = "native, builtin"
 ; default for all other dlls
-"*" = "native, builtin"
+"*" = "builtin, native"
 
 [x11drv]
 ; Number of colors to allocate from the system palette






More information about the wine-patches mailing list