Fix directory search for UNIX

git-svn-id: svn://10.0.0.236/trunk@27424 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com 1999-04-14 00:54:48 +00:00
parent e6934c63c0
commit a4dabf9cfa

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 {