From: Kiri Date: Wed, 12 Aug 2015 14:23:59 +0000 (+0100) Subject: Adjusted MIME Magic so it fetches from an application called file on non-Windows... X-Git-Tag: release-0.05~84^2~3 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=0793e0a907734ffb96be52fdfc73f70919c60184 Adjusted MIME Magic so it fetches from an application called file on non-Windows systems. --- diff --git a/source/common/mime.h b/source/common/mime.h index 60481d5..4fc0cb5 100644 --- a/source/common/mime.h +++ b/source/common/mime.h @@ -1,7 +1,7 @@ #include -#ifndef MIME_H -#define MIME_H +#ifndef MIMEGEN_H +#define MIMEGEN_H wxString GetMIME(wxString FilenameInc);