[llvm-commits] CVS: llvm/lib/System/DynamicLibrary.cpp

Reid Spencer reid at x10sys.com
Sun Jan 2 01:45:15 PST 2005



Changes in directory llvm/lib/System:

DynamicLibrary.cpp updated: 1.8 -> 1.9
---
Log message:

Correct the case of a #include directory name, just in case.


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

Index: llvm/lib/System/DynamicLibrary.cpp
diff -u llvm/lib/System/DynamicLibrary.cpp:1.8 llvm/lib/System/DynamicLibrary.cpp:1.9
--- llvm/lib/System/DynamicLibrary.cpp:1.8	Fri Dec 24 10:26:47 2004
+++ llvm/lib/System/DynamicLibrary.cpp	Sun Jan  2 03:45:04 2005
@@ -22,7 +22,7 @@
 
 #ifdef LLVM_ON_WIN32
 
-#include "win32/DynamicLibrary.cpp"
+#include "Win32/DynamicLibrary.cpp"
 
 #else
 






More information about the llvm-commits mailing list