Removed "so" from the default load order.
This commit is contained in:
parent
f5e5fcac97
commit
2128b3384b
|
@ -1,7 +1,7 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue