Put undefines for _cpuid back.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "uint256.h"
|
||||
#include "util.h"
|
||||
|
||||
//#undef __cpuid
|
||||
#undef __cpuid
|
||||
#include <boost/thread.hpp>
|
||||
#include <boost/tuple/tuple_comparison.hpp>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <map>
|
||||
|
||||
//#undef __cpuid
|
||||
#undef __cpuid
|
||||
#include <boost/thread/mutex.hpp>
|
||||
#include <boost/thread/once.hpp>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "threadsafety.h"
|
||||
|
||||
//#undef __cpuid
|
||||
#undef __cpuid
|
||||
#include <boost/thread/condition_variable.hpp>
|
||||
#include <boost/thread/locks.hpp>
|
||||
#include <boost/thread/mutex.hpp>
|
||||
|
||||
Reference in New Issue
Block a user