forked from OSchip/llvm-project
Patch to fix mingw compilation problem contributed by Henrik.
llvm-svn: 19112
This commit is contained in:
parent
737d3e8794
commit
53fbecce6e
|
@ -22,6 +22,11 @@
|
|||
//=== and must not be UNIX code
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifdef __MINGW
|
||||
// This ban should be lifted when MinGW 1.0+ has defined this value.
|
||||
# define _HEAPOK (-2)
|
||||
#endif
|
||||
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
||||
|
|
Loading…
Reference in New Issue