Making changes suggested by Mark Jarvin.

This commit is contained in:
Alan Mishchenko
2013-05-04 11:10:25 -07:00
parent 95571be503
commit 36d5ef4e62
10 changed files with 126 additions and 133 deletions
+1 -4
View File
@@ -25,12 +25,9 @@
#include "misc/util/abc_global.h"
#include "misc/extra/extra.h"
// comment out this line to disable pthreads
#define ABC_USE_PTHREADS
#ifdef ABC_USE_PTHREADS
#ifdef WIN32
#ifdef _WIN32
#include "../lib/pthread.h"
#else
#include <pthread.h>