From 7cfff62b69e6394f6145a3a3a7aad8faaa6c4ea7 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 22 Jun 2011 10:41:57 -0700 Subject: Define WIN32_ELMCB_PCSTR for Windows host builds. Change-Id: I5233875cd1c07a41897cd732dc9ac67ae3d03af1 --- host/include/llvm/Config/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host') diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 5a1f7bb..998e025 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -601,6 +601,8 @@ /* Define if use udis86 library */ #define USE_UDIS86 0 +#define WIN32_ELMCB_PCSTR PCSTR + /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ -- cgit v1.1