mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Patch to fix mingw compilation problem contributed by Henrik.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06c375bd1d
commit
2e5f445da0
@ -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;
|
||||
|
||||
|
@ -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
Block a user