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

Thread: fix TIME_UTC, WINVER, constexpr for tags, and don't use local files

[SVN r78802]
This commit is contained in:
Vicente J. Botet Escriba
2012-06-03 18:11:52 +00:00
parent 1013ce68c1
commit e09105de98
32 changed files with 152 additions and 85 deletions

View File

@@ -4,8 +4,13 @@
// (C) Copyright 2007 Anthony Williams
// (C) Copyright 2007 David Deakins
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x400
#endif
#ifndef WINVER
#define WINVER 0x400
#endif
#include <boost/thread/thread.hpp>
#include <algorithm>