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

native.
This commit is contained in:
Sylvain Petreolle 2002-10-23 20:44:14 +00:00 committed by Alexandre Julliard
parent a7062be9ba
commit 6a2082c8bc
1 changed files with 5 additions and 2 deletions

View File

@ -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"