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 -6
View File
@@ -23,14 +23,9 @@
#include "proof/ssw/ssw.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>