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 | fc69b6a5385f25078baaca4761bb4029129314e1 (patch) | |
| tree | da109cd3a7a37917535a6850986a18b9eb455652 /llvm/include | |
| parent | f28766ed394311a42f6868c1f97b9d176f09ba17 (diff) | |
| download | bcm5719-llvm-fc69b6a5385f25078baaca4761bb4029129314e1.tar.gz bcm5719-llvm-fc69b6a5385f25078baaca4761bb4029129314e1.zip | |
Fix bizzare problems when you include Config/dlfcn and Config/windows.h in
the same xlation unit
llvm-svn: 13885
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/Config/windows.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/include/Config/windows.h b/llvm/include/Config/windows.h index 806a90ad240..2ba858104da 100644 --- a/llvm/include/Config/windows.h +++ b/llvm/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" | 

