From: Edin Kadribasic Date: Thu, 22 Aug 2002 13:23:51 +0000 (+0000) Subject: magic.mime seems to be more common name for the file. X-Git-Tag: RELEASE_0_91~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c4c2926d0e51d6016fed107bab950fa3e8dbad9;p=php magic.mime seems to be more common name for the file. --- diff --git a/ext/mime_magic/mime_magic.c b/ext/mime_magic/mime_magic.c index 6bb68a9af8..24ee69b3fa 100644 --- a/ext/mime_magic/mime_magic.c +++ b/ext/mime_magic/mime_magic.c @@ -165,7 +165,7 @@ #endif #ifdef PHP_WIN32 -#define PHP_MIME_MAGIC_FILE_PATH PHP_PREFIX "\\mime.magic" +#define PHP_MIME_MAGIC_FILE_PATH PHP_PREFIX "\\magic.mime" #endif #define MODNAME "mime_magic"