Ticket #6908: thread.cpp.patch

File thread.cpp.patch, 487 bytes (added by Demian Nave <dnave@…>, 10 years ago)
  • thread.cpp

     
    44// (C) Copyright 2007 Anthony Williams
    55// (C) Copyright 2007 David Deakins
    66
    7 #define _WIN32_WINNT 0x400
    8 #define WINVER 0x400
     7#ifndef _WIN32_WINNT
     8#  define _WIN32_WINNT 0x400
     9#endif
    910
     11#ifndef WINVER
     12#  define WINVER 0x400
     13#endif
     14
    1015#include <boost/thread/thread.hpp>
    1116#include <algorithm>
    1217#ifndef UNDER_CE