diff options
-rw-r--r-- | host/include/llvm/Config/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |