Skip to content

Commit ab5b0e5

Browse files
Heesterman, Peter JHeesterman, Peter J
authored andcommitted
__GNUC__ is #defined when building with mingw.
But we still want to use win32/pthread
1 parent 7253063 commit ab5b0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supportApp/bloscSrc/blosc/blosc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#include <inttypes.h>
5555
#endif /* _WIN32 */
5656

57-
#if defined(_WIN32) && !defined(__GNUC__)
57+
#if defined(_WIN32)
5858
#include "win32/pthread.h"
5959
#include "win32/pthread.c"
6060
#else

0 commit comments

Comments
 (0)