Skip to content

Commit

Permalink
Bug 1365047 Turn on the Windows DLL Blocklist in MinGW r=aklotz
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 3hF7iOdH89P

--HG--
extra : rebase_source : 95614960544ae55b983dbbd40e1036ff236204b3
  • Loading branch information
tomrittervg authored and gk-tpo committed Sep 20, 2017
1 parent 7169757 commit 1eeaa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozglue/build/WindowsDllBlocklist.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1eeaa47

Please sign in to comment.