From 71fea9a88608e9c8fe8a8a523367878e279c3e90 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 22 Jun 2011 11:42:42 -0700 Subject: Switch to PSTR from PCSTR. Change-Id: I500dc66cd86e211aef6d6bf98aa30895ddc90079 --- host/include/llvm/Config/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host') diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 7dc1149..fab79e5 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -601,8 +601,8 @@ /* Define if use udis86 library */ #define USE_UDIS86 0 -/* Define use of PCSTR type for Windows platforms */ -#define WIN32_ELMCB_PCSTR PCSTR +/* Define use of PSTR type for Windows platforms */ +#define WIN32_ELMCB_PCSTR PSTR /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ -- cgit v1.1