forked from boostorg/config
Added BOOST_WINDOWS
[SVN r24029]
This commit is contained in:
@ -1144,6 +1144,11 @@ void g() { return f(); }</pre>
|
||||
<td valign="top">Defined if the compiler is an Intel compiler, takes the same
|
||||
value as the compiler version macro.</td>
|
||||
</tr>
|
||||
<TR>
|
||||
<TD vAlign="top">BOOST_WINDOWS</TD>
|
||||
<TD vAlign="top"><boost/config.hpp></TD>
|
||||
<TD vAlign="top">Defined if the Windows platfrom API is available.</TD>
|
||||
</TR>
|
||||
<tr>
|
||||
<td>BOOST_DINKUMWARE_STDLIB</td>
|
||||
<td><boost/config.hpp></td>
|
||||
|
@ -45,5 +45,6 @@
|
||||
#ifndef BOOST_DISABLE_WIN32
|
||||
// WEK: Added
|
||||
#define BOOST_HAS_FTIME
|
||||
#define BOOST_WINDOWS 1
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user