Skip to content
Snippets Groups Projects
Commit fdf9ecaf authored by Tom Ritter's avatar Tom Ritter Committed by Georg Koppen
Browse files

Bug 1365047 Turn on the Windows DLL Blocklist in MinGW r=aklotz

MozReview-Commit-ID: 3hF7iOdH89P

--HG--
extra : rebase_source : 95614960544ae55b983dbbd40e1036ff236204b3
parent 01a4e013
No related branches found
Tags 2.1
No related merge requests found
......@@ -6,7 +6,7 @@
#ifndef mozilla_windowsdllblocklist_h
#define mozilla_windowsdllblocklist_h
#if defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_X64))
#if (defined(_MSC_VER) || defined(__MINGW32__)) && (defined(_M_IX86) || defined(_M_X64))
#include <windows.h>
#include "mozilla/GuardObjects.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment