From 51e6cb950bca9acfcf3f1260d57535f991b2536c Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 25 Jul 2004 11:57:03 +0000 Subject: [PATCH] Added BOOST_WINDOWS [SVN r24029] --- config.htm | 5 +++++ include/boost/config/platform/win32.hpp | 1 + 2 files changed, 6 insertions(+) diff --git a/config.htm b/config.htm index 6b5cd9eb..3c1188d6 100644 --- a/config.htm +++ b/config.htm @@ -1144,6 +1144,11 @@ void g() { return f(); } Defined if the compiler is an Intel compiler, takes the same value as the compiler version macro. + + BOOST_WINDOWS + <boost/config.hpp> + Defined if the Windows platfrom API is available. + BOOST_DINKUMWARE_STDLIB <boost/config.hpp> diff --git a/include/boost/config/platform/win32.hpp b/include/boost/config/platform/win32.hpp index ebe140ca..548bff28 100644 --- a/include/boost/config/platform/win32.hpp +++ b/include/boost/config/platform/win32.hpp @@ -45,5 +45,6 @@ #ifndef BOOST_DISABLE_WIN32 // WEK: Added #define BOOST_HAS_FTIME +#define BOOST_WINDOWS 1 #endif