We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efdea9 commit b6499c2Copy full SHA for b6499c2
include/tlhelp32_compat.h
@@ -4,7 +4,7 @@
4
* tlhelp32.h is not included in MinGW, which was shipped with the 32-bit
5
* Windows version of GHC prior to the 7.10.3 release.
6
*/
7
-#if __GLASGOW_HASKELL__ > 708
+#if __GLASGOW_HASKELL__ >= 710
8
#else
9
// Declarations from tlhelp32.h that Win32 requires
10
#include <windows.h>
0 commit comments