From: Chris Lattner Date: Fri, 28 May 2004 21:07:11 +0000 (+0000) Subject: Fix bizzare problems when you include Config/dlfcn and Config/windows.h in X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3796024fb82e4bf4bd8376189442d01fe5361581;p=oota-llvm.git Fix bizzare problems when you include Config/dlfcn and Config/windows.h in the same xlation unit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13885 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Config/windows.h b/include/Config/windows.h index 806a90ad240..2ba858104da 100644 --- a/include/Config/windows.h +++ b/include/Config/windows.h @@ -11,8 +11,8 @@ * on the system). */ -#ifndef _CONFIG_DLFCN_H -#define _CONFIG_DLFCN_H +#ifndef LLVM_CONFIG_WINDOWS_H +#define LLVM_CONFIG_WINDOWS_H #include "Config/config.h" diff --git a/include/llvm/Config/windows.h b/include/llvm/Config/windows.h index 806a90ad240..2ba858104da 100644 --- a/include/llvm/Config/windows.h +++ b/include/llvm/Config/windows.h @@ -11,8 +11,8 @@ * on the system). */ -#ifndef _CONFIG_DLFCN_H -#define _CONFIG_DLFCN_H +#ifndef LLVM_CONFIG_WINDOWS_H +#define LLVM_CONFIG_WINDOWS_H #include "Config/config.h"