Ditch more alternate-loader braindamage.

This commit is contained in:
Daniel Stone 2006-06-01 20:22:39 +00:00
commit 6d594ebc66
7 changed files with 5 additions and 33 deletions

View file

@ -413,11 +413,7 @@ FindModule(const char *module, const char *dir, const char **subdirlist,
int dirlen;
const char **subdirs = NULL;
const char **s;
#ifdef DLOPEN_HACK
const char suffix[3][3] = { "so", "a", "o" };
#else
const char suffix[3][3] = { "a", "o", "so" };
#endif
#ifndef __EMX__
dirpath = (char *)dir;