diff options
Diffstat (limited to 'src/crypto/rand/windows.c')
-rw-r--r-- | src/crypto/rand/windows.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/rand/windows.c b/src/crypto/rand/windows.c index 6f3f3a7..e8b2d78 100644 --- a/src/crypto/rand/windows.c +++ b/src/crypto/rand/windows.c @@ -21,13 +21,13 @@ #pragma warning(push, 3) -#include <Windows.h> +#include <windows.h> /* #define needed to link in RtlGenRandom(), a.k.a. SystemFunction036. See the * "Community Additions" comment on MSDN here: * http://msdn.microsoft.com/en-us/library/windows/desktop/aa387694.aspx */ #define SystemFunction036 NTAPI SystemFunction036 -#include <NTSecAPI.h> +#include <ntsecapi.h> #undef SystemFunction036 #pragma warning(pop) |