Skip to content

Commit b6499c2

Browse files
committed
win32: fix version bound on compat
1 parent 3efdea9 commit b6499c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tlhelp32_compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* tlhelp32.h is not included in MinGW, which was shipped with the 32-bit
55
* Windows version of GHC prior to the 7.10.3 release.
66
*/
7-
#if __GLASGOW_HASKELL__ > 708
7+
#if __GLASGOW_HASKELL__ >= 710
88
#else
99
// Declarations from tlhelp32.h that Win32 requires
1010
#include <windows.h>

0 commit comments

Comments
 (0)