Commit 2128b338 authored by Alexandre Julliard's avatar Alexandre Julliard

Removed "so" from the default load order.

parent f5e5fcac
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
;; If you think it is nescessary to show others your complete config for a
;; If you think it is necessary to show others your complete config for a
;; bug report, filter out empty lines and comments with
;; grep -v "^;" ~/.wine/config | grep '.'
;;
......@@ -119,7 +119,7 @@ WINE REGISTRY Version 2
; you can specify applications too
"notepad.exe" = "native, builtin"
; default for all other dlls
"*" = "native, builtin, so"
"*" = "native, builtin"
[x11drv]
; Number of colors to allocate from the system palette
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment