[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-commits
Subject:    [llvm-commits] CVS: llvm/lib/System/Win32/Signals.cpp
From:       "Misha Brukman" <brukman () cs ! uiuc ! edu>
Date:       2004-09-30 18:25:08
Message-ID: 200409301825.NAA14200 () zion ! cs ! uiuc ! edu
[Download RAW message or body]



Changes in directory llvm/lib/System/Win32:

Signals.cpp updated: 1.6 -> 1.7
---
Log message:

Check for __MINGW define instead of __MINGW_H, patch 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.6 llvm/lib/System/Win32/Signals.cpp:1.7
--- llvm/lib/System/Win32/Signals.cpp:1.6	Tue Sep 28 18:58:03 2004
+++ llvm/lib/System/Win32/Signals.cpp	Thu Sep 30 13:24:58 2004
@@ -16,7 +16,7 @@
 #include <stdio.h>
 #include <vector>
 
-#ifdef __MINGW_H
+#ifdef __MINGW
 #include <imagehlp.h>
 #else
 #include <dbghelp.h>




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic