Skip to content
Snippets Groups Projects
Commit 84bbe1ec authored by BlockMen's avatar BlockMen
Browse files

Fix building under MSVC

parent 5434d87d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#if defined(WIN32)
#include <windows.h>
#include <assert.h>
#define MAX_SEMAPHORE_COUNT 1024
#else
#include <pthread.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment