From 0793e0a907734ffb96be52fdfc73f70919c60184 Mon Sep 17 00:00:00 2001 From: Kiri Date: Wed, 12 Aug 2015 15:23:59 +0100 Subject: [PATCH] Adjusted MIME Magic so it fetches from an application called file on non-Windows systems. --- source/common/mime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2