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:
parent
e6934c63c0
commit
a4dabf9cfa
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user