Fix bizzare problems when you include Config/dlfcn and Config/windows.h in
authorChris Lattner <sabre@nondot.org>
Fri, 28 May 2004 21:07:11 +0000 (21:07 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 May 2004 21:07:11 +0000 (21:07 +0000)
the same xlation unit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13885 91177308-0d34-0410-b5e6-96231b3b80d8

include/Config/windows.h
include/llvm/Config/windows.h

index 806a90ad2408efc5c5bb4cf31225cfe22414b49a..2ba858104da75f96541a01ca80ddce44e8fb4dc0 100644 (file)
@@ -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"
 
index 806a90ad2408efc5c5bb4cf31225cfe22414b49a..2ba858104da75f96541a01ca80ddce44e8fb4dc0 100644 (file)
@@ -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"