aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-05 00:54:11 +0000
committerChris Lattner <sabre@nondot.org>2004-06-05 00:54:11 +0000
commit5df5a428d32a64aef18349c4941103bc80cbffe5 (patch)
tree5dd45f381a4f19ac0381b6bf0391bb26393d075b /include/llvm/Config
parent49b007b01bb57c01eb21a77ff7a72e5407816a8f (diff)
downloadexternal_llvm-5df5a428d32a64aef18349c4941103bc80cbffe5.zip
external_llvm-5df5a428d32a64aef18349c4941103bc80cbffe5.tar.gz
external_llvm-5df5a428d32a64aef18349c4941103bc80cbffe5.tar.bz2
Macros are baaad.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Config/windows.h b/include/llvm/Config/windows.h
index 2ba8581..fded99f 100644
--- a/include/llvm/Config/windows.h
+++ b/include/llvm/Config/windows.h
@@ -18,6 +18,8 @@
#ifdef HAVE_WINDOWS_H
#include <windows.h>
+#undef min
+#undef max
#endif
#endif