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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user