summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-05-01 13:29:49 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-05-01 13:29:49 +0000
commit6073a0524023454324d2575e8667c72666597bfe (patch)
tree9a1db55ba2885315c3a83ca48b42a8ddfd3cca21 /include/llvm/Config/config.h.in
parent9bc15374884b1b3f91573f32134d9b12dd824dde (diff)
downloadllvm-6073a0524023454324d2575e8667c72666597bfe.tar.gz
llvm-6073a0524023454324d2575e8667c72666597bfe.tar.bz2
llvm-6073a0524023454324d2575e8667c72666597bfe.tar.xz
Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries.
autoconf: Add checking ELM_Callback decl for mingw32 and mingw-w64. cmake/config-ix.cmake: Add checking ELM_Callback decl for win32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 29f5c93e3c..10a8935f56 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -675,6 +675,9 @@
/* Define if use udis86 library */
#undef USE_UDIS86
+/* Type of 1st arg on ELM Callback */
+#undef WIN32_ELMCB_PCSTR
+
/* Define to empty if `const' does not conform to ANSI C. */
#undef const