diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-28 21:07:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-28 21:07:11 +0000 |
commit | 3796024fb82e4bf4bd8376189442d01fe5361581 (patch) | |
tree | f7a21f507f5ef264eaeedf886b950233e7dfcdf9 /include/llvm/Config | |
parent | 7e0281fe2ef55bd1504b53b5ab30caa4f429eb21 (diff) | |
download | external_llvm-3796024fb82e4bf4bd8376189442d01fe5361581.zip external_llvm-3796024fb82e4bf4bd8376189442d01fe5361581.tar.gz external_llvm-3796024fb82e4bf4bd8376189442d01fe5361581.tar.bz2 |
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
Diffstat (limited to 'include/llvm/Config')
-rw-r--r-- | include/llvm/Config/windows.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Config/windows.h b/include/llvm/Config/windows.h index 806a90a..2ba8581 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" |