Bug 1597739 - Remove MinGW define for ASSOCF_NONE r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D55996

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Ritter 2019-12-07 03:34:12 +00:00
Родитель 8da2f7597c
Коммит 9913746c60
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -27,10 +27,6 @@
#define LOG(args) MOZ_LOG(mLog, mozilla::LogLevel::Debug, args)
#ifdef __MINGW32__
# define ASSOCF_NONE 0x0
#endif
// helper methods: forward declarations...
static nsresult GetExtensionFromWindowsMimeDatabase(const nsACString& aMimeType,
nsString& aFileExtension);