LLVM API Documentation
00001 /* 00002 * The LLVM Compiler Infrastructure 00003 * 00004 * This file was developed by the LLVM research group and is distributed under 00005 * the University of Illinois Open Source License. See LICENSE.TXT for details. 00006 * 00007 ****************************************************************************** 00008 * 00009 * Description: 00010 * This header file is the autoconf replacement for windows.h (if it lives 00011 * on the system). 00012 */ 00013 00014 #ifndef LLVM_CONFIG_WINDOWS_H 00015 #define LLVM_CONFIG_WINDOWS_H 00016 00017 #include "llvm/Config/config.h" 00018 00019 #ifdef HAVE_WINDOWS_H 00020 #include <windows.h> 00021 #undef min 00022 #undef max 00023 #endif 00024 00025 #endif