Added BOOST_WINDOWS

[SVN r24029]
This commit is contained in:
John Maddock
2004-07-25 11:57:03 +00:00
parent 0dd2b7aed9
commit 51e6cb950b
2 changed files with 6 additions and 0 deletions

View File

@ -1144,6 +1144,11 @@ void g() { return f(); }</pre>
<td valign="top">Defined if the compiler is an Intel compiler, takes the same <td valign="top">Defined if the compiler is an Intel compiler, takes the same
value as the compiler version macro.</td> value as the compiler version macro.</td>
</tr> </tr>
<TR>
<TD vAlign="top">BOOST_WINDOWS</TD>
<TD vAlign="top">&lt;boost/config.hpp&gt;</TD>
<TD vAlign="top">Defined if the Windows platfrom API is available.</TD>
</TR>
<tr> <tr>
<td>BOOST_DINKUMWARE_STDLIB</td> <td>BOOST_DINKUMWARE_STDLIB</td>
<td>&lt;boost/config.hpp&gt;</td> <td>&lt;boost/config.hpp&gt;</td>

View File

@ -45,5 +45,6 @@
#ifndef BOOST_DISABLE_WIN32 #ifndef BOOST_DISABLE_WIN32
// WEK: Added // WEK: Added
#define BOOST_HAS_FTIME #define BOOST_HAS_FTIME
#define BOOST_WINDOWS 1
#endif #endif