Skip to content

Commit

Permalink
Mingw friendly case for includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mefyl committed Oct 10, 2024
1 parent 45095b8 commit 3525f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rng/unix/mc_getrandom_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void raw_getrandom (uint8_t *data, uint32_t len) {
* have decided to go with the more modern Windows API with bcrypt,
* and make Windows 10 our minimum supported version of mirage-crypto.
*/
#include <Windows.h>
#include <windows.h>
#include <ntstatus.h>
#include <bcrypt.h>

Expand Down

0 comments on commit 3525f0c

Please sign in to comment.