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

Reid Spencer reid at x10sys.com
Wed Oct 13 20:09:12 PDT 2004



Changes in directory llvm/lib/System/Win32:

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

Use __MINGW instead of __MING. Patch contributed by Henrik Bach.


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

Index: llvm/lib/System/Win32/Signals.cpp
diff -u llvm/lib/System/Win32/Signals.cpp:1.8 llvm/lib/System/Win32/Signals.cpp:1.9
--- llvm/lib/System/Win32/Signals.cpp:1.8	Thu Sep 30 13:28:07 2004
+++ llvm/lib/System/Win32/Signals.cpp	Wed Oct 13 22:09:02 2004
@@ -16,7 +16,7 @@
 #include <stdio.h>
 #include <vector>
 
-#ifdef __MING
+#ifdef __MINGW
 #include <imagehlp.h>
 #else
 #include <dbghelp.h>






More information about the llvm-commits mailing list