[llvm-commits] CVS: llvm/include/Config/windows.h

Chris Lattner lattner at cs.uiuc.edu
Fri May 28 16:11:03 PDT 2004


Changes in directory llvm/include/Config:

windows.h updated: 1.1 -> 1.2

---
Log message:

Fix bizzare problems when you include Config/dlfcn and Config/windows.h in
the same xlation unit


---
Diffs of the changes:  (+2 -2)

Index: llvm/include/Config/windows.h
diff -u llvm/include/Config/windows.h:1.1 llvm/include/Config/windows.h:1.2
--- llvm/include/Config/windows.h:1.1	Thu May 27 15:51:22 2004
+++ llvm/include/Config/windows.h	Fri May 28 16:07:11 2004
@@ -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"
 





More information about the llvm-commits mailing list