Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 5b99b41a44 - Show all commits

View file

@ -4,6 +4,8 @@
#include <fc/log/logger.hpp>
#include "thread_d.hpp"
#include <iostream>
#if defined(_MSC_VER) && !defined(NDEBUG)
# include <windows.h>
const DWORD MS_VC_EXCEPTION=0x406D1388;

View file

@ -33,6 +33,8 @@
#include <fc/thread/parallel.hpp>
#include <fc/time.hpp>
#include <iostream>
struct thread_config {
thread_config() {
for( int i = 0; i < boost::unit_test::framework::master_test_suite().argc - 1; ++i )