summaryrefslogtreecommitdiff
path: root/boost/detail/winapi/crypt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/detail/winapi/crypt.hpp')
-rw-r--r--boost/detail/winapi/crypt.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/detail/winapi/crypt.hpp b/boost/detail/winapi/crypt.hpp
index 4d2ebedb01..0650845179 100644
--- a/boost/detail/winapi/crypt.hpp
+++ b/boost/detail/winapi/crypt.hpp
@@ -12,8 +12,8 @@
#include <boost/detail/winapi/basic_types.hpp>
#include <boost/detail/winapi/detail/cast_ptr.hpp>
-#if defined( BOOST_USE_WINDOWS_H ) && defined( BOOST_WINAPI_IS_MINGW )
-// MinGW does not include this header as part of windows.h
+#if defined( BOOST_USE_WINDOWS_H )
+// This header is not always included as part of windows.h
#include <wincrypt.h>
#endif