2
0
mirror of https://github.com/boostorg/winapi.git synced 2026-01-25 18:52:33 +00:00
Files
winapi/include
Marcel Raad 77dbce88b4 Fix compilation with WIN32_LEAN_AND_MEAN
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.
2016-01-13 16:53:58 +01:00
..