mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:27:35 +00:00
Added loadorder entry for the Linux glide3x library.
This commit is contained in:
parent
9a075c5335
commit
e0a08423a0
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ static struct tagDllOverride {
|
|||
{"icmp", "builtin"},
|
||||
/* we have to use libglide2x.so instead of glide2x.dll ... */
|
||||
{"glide2x", "so,native"},
|
||||
{"glide3x", "so,native"},
|
||||
{"odbc32", "builtin"},
|
||||
{"opengl32", "builtin,native"},
|
||||
{"shfolder", "builtin,native"},
|
||||
|
|
Loading…
Reference in a new issue