Skip to content
Snippets Groups Projects
Commit 20405edb authored by ShadowNinja's avatar ShadowNinja
Browse files

Fix MinGW 32-bit build

parent a5bdfb6b
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define UNUSED(expr) do { (void)(expr); } while (0)
#ifdef _WIN32
#include <climits>
#define MAX_SEMAPHORE_COUNT LONG_MAX - 1
#else
#include <cerrno>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment