forked from OSchip/llvm-project
Fix bizzare problems when you include Config/dlfcn and Config/windows.h in
the same xlation unit llvm-svn: 13885
This commit is contained in:
parent
f28766ed39
commit
fc69b6a538
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue