Patch to fix mingw compilation problem contributed by Henrik.

llvm-svn: 19112
This commit is contained in:
Jeff Cohen 2004-12-23 03:44:40 +00:00
parent 737d3e8794
commit 53fbecce6e
1 changed files with 5 additions and 0 deletions

View File

@ -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;