Updated the example with the new configuration entries.
This commit is contained in:
parent
acf7da869f
commit
1bbc5de0be
32
wine.ini
32
wine.ini
|
@ -54,6 +54,38 @@ Temp=e:\
|
|||
Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
|
||||
SymbolTableFile=./wine.sym
|
||||
|
||||
[DllDefaults]
|
||||
EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
|
||||
DefaultLoadOrder = native, elfdll, so, builtin
|
||||
|
||||
[DllPairs]
|
||||
kernel = kernel32
|
||||
gdi = gdi32
|
||||
user = user32
|
||||
commdlg = comdlg32
|
||||
commctrl= comctl32
|
||||
ver = version
|
||||
shell = shell32
|
||||
lzexpand= lz32
|
||||
winsock = wsock32
|
||||
|
||||
[DllOverrides]
|
||||
kernel32, gdi32, user32 = builtin
|
||||
kernel, gdi, user = builtin
|
||||
comdlg32, commdlg = elfdll, builtin, native
|
||||
version, ver = elfdll, builtin, native
|
||||
shell32, shell = builtin, native
|
||||
lz32, lzexpand = builtin, native
|
||||
commctrl, comctl32 = builtin, native
|
||||
wsock32, winsock = builtin
|
||||
advapi32, crtdll, ntdll = builtin, native
|
||||
mpr, winspool = builtin, native
|
||||
ddraw, dinput, dsound = builtin, native
|
||||
winmm, w32skrnl, msvfw32= builtin
|
||||
wnaspi32, wow32 = builtin
|
||||
system, display, wprocs = builtin
|
||||
wineps = builtin
|
||||
|
||||
[options]
|
||||
AllocSystemColors=100
|
||||
|
||||
|
|
Loading…
Reference in New Issue