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

Reid Spencer reid at x10sys.com
Sun Nov 14 20:48:10 PST 2004



Changes in directory llvm/lib/System/Win32:

TimeValue.cpp updated: 1.2 -> 1.3
---
Log message:

Actually get the #include correct so it compiles  .. duh.


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

Index: llvm/lib/System/Win32/TimeValue.cpp
diff -u llvm/lib/System/Win32/TimeValue.cpp:1.2 llvm/lib/System/Win32/TimeValue.cpp:1.3
--- llvm/lib/System/Win32/TimeValue.cpp:1.2	Tue Sep 28 18:56:20 2004
+++ llvm/lib/System/Win32/TimeValue.cpp	Sun Nov 14 22:47:22 2004
@@ -7,7 +7,7 @@
 // 
 //===----------------------------------------------------------------------===//
 //
-// This file provides the Win32 specific implementation of the TimeValue class.
+// This file provides the Win32 implementation of the TimeValue class.
 //
 //===----------------------------------------------------------------------===//
 






More information about the llvm-commits mailing list