|
Boost : |
Subject: Re: [boost] [winapi] Default target Windows version
From: Sergey Cheban (s.cheban_at_[hidden])
Date: 2013-10-23 16:45:03
24.10.2013 0:12, Edward Diener пиÑеÑ:
> All that the VC++12 xp build does is allow your program to run under
> Windows XP. Without that configuration your program will fail if running
> under Windows XP. It may also set the _WIN32_WINNT macro automatically.
> You should try it out to see if it does.
Windows SDK 7.1A:
#if !defined(_WIN32_WINNT) && !defined(_CHICAGO_)
#define _WIN32_WINNT 0x0601
#endif
-- Best regards, Sergey Cheban
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk