glide2x loadorder is "so,native".

This commit is contained in:
Marcus Meissner 1999-05-17 16:06:42 +00:00 committed by Alexandre Julliard
parent e9251b05b7
commit 2b898806ec

View file

@ -54,6 +54,8 @@ static struct tagDllOverride {
{"wnaspi32,wow32", "builtin"},
{"system,display,wprocs ", "builtin"},
{"wineps", "builtin"},
/* we have to use libglide2x.so instead of glide2x.dll ... */
{"glide2x", "so,native"},
{NULL,NULL},
};