Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix building under MSVC
  • Loading branch information
BlockMen committed Jan 14, 2014
1 parent 5434d87 commit 84bbe1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jthread/jsemaphore.h
Expand Up @@ -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>
Expand Down

0 comments on commit 84bbe1e

Please sign in to comment.