There was an error while loading. Please reload this page.
1 parent 37d2d07 commit d86d607Copy full SHA for d86d607
1 file changed
Objects/mimalloc/prim/windows/prim.c
@@ -12,6 +12,7 @@ terms of the MIT license. A copy of the license can be found in the file
12
#include "mimalloc/atomic.h"
13
#include "mimalloc/prim.h"
14
#include <stdio.h> // fputs, stderr
15
+#include <bcrypt.h> // NTSTATUS
16
17
// Xbox has no console IO and cannot use LoadLibrary
18
#if !defined(WINAPI_FAMILY_PARTITION) || WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
0 commit comments