commit | 2b898806ecf7a6758c7b746950526a059dfdcda7 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Mon May 17 16:06:42 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon May 17 16:06:42 1999 +0000 |
tree | 4b0890b27670a94cd12898a11ceb3655b2522c7c | |
parent | e9251b05b77d1f76a0447e35d5fbe46bf50b277e [diff] |
glide2x loadorder is "so,native".
diff --git a/loader/loadorder.c b/loader/loadorder.c index 70aa231..d8a19a8 100644 --- a/loader/loadorder.c +++ b/loader/loadorder.c
@@ -54,6 +54,8 @@ {"wnaspi32,wow32", "builtin"}, {"system,display,wprocs ", "builtin"}, {"wineps", "builtin"}, + /* we have to use libglide2x.so instead of glide2x.dll ... */ + {"glide2x", "so,native"}, {NULL,NULL}, };