Skip to content

Commit 20405ed

Browse files
committedOct 3, 2015
Fix MinGW 32-bit build
1 parent a5bdfb6 commit 20405ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/threading/semaphore.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2626
#define UNUSED(expr) do { (void)(expr); } while (0)
2727

2828
#ifdef _WIN32
29+
#include <climits>
2930
#define MAX_SEMAPHORE_COUNT LONG_MAX - 1
3031
#else
3132
#include <cerrno>

0 commit comments

Comments
 (0)
Please sign in to comment.