2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 11:32:12 +00:00

Thread: rollback default version 3 change.

[SVN r82302]
This commit is contained in:
Vicente J. Botet Escriba
2012-12-31 15:10:17 +00:00
parent 94e524a1e6
commit a50176c259
4 changed files with 7 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
// (C) Copyright 2007 Anthony Williams
// (C) Copyright 2007 David Deakins
// (C) Copyright 2011-2012 Vicente J. Botet Escriba
// (C) Copyright 2011-2013 Vicente J. Botet Escriba
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x400
@@ -12,7 +12,7 @@
#ifndef WINVER
#define WINVER 0x400
#endif
#define BOOST_THREAD_VERSION 3
//#define BOOST_THREAD_VERSION 3
#include <boost/thread/thread.hpp>
#include <boost/thread/once.hpp>