mirror of
https://github.com/boostorg/winapi.git
synced 2026-01-25 18:52:33 +00:00
If WIN32_LEAN_AND_MEAN is defined, wincrypt.h is not included in windows.h. Always explicitly including wincrypt.h when BOOST_USE_WINDOWS_H is defined doesn't hurt anyway, as this is where the functions used here are defined.