Commit 6a2082c8 authored by Sylvain Petreolle's avatar Sylvain Petreolle Committed by Alexandre Julliard

Added valid entries to specify if an app should be loaded builtin or

native.
parent a7062be9
......@@ -70,7 +70,7 @@ WINE REGISTRY Version 2
# <wineconf>
[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)" },
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)
;"Windows" = "win98"
; DOS version to imitate
;"DOS" = "6.22"
......@@ -93,7 +93,10 @@ WINE REGISTRY Version 2
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
; you can specify applications too
"notepad.exe" = "native, builtin"
; this one will apply for all notepad.exe
;"*notepad.exe" = "native, builtin"
; this one will apply only for a particular file
;"C:\\windows\\regedit.exe" = "native, builtin"
; default for all other dlls
"*" = "builtin, native"
......
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