Fix directory search for UNIX

This commit is contained in:
mscott%netscape.com 1999-04-14 00:54:48 +00:00
parent f03843e2f6
commit c3cbb02fc0

View File

@ -100,7 +100,12 @@
* mime content handler plugins have a name prefixed by the
* MIME_PLUGIN_PREFIX.
*/
#ifdef XP_WIN
#define MIME_PLUGIN_PREFIX "mimect-"
#else
#define MIME_PLUGIN_PREFIX "libmimect-"
#endif
#define MIME_PLUGIN_DIR "mimeplugins"
typedef struct {