We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976d502 commit bba378cCopy full SHA for bba378c
extension/data_loader/mman_windows.cpp
@@ -24,7 +24,7 @@
24
#include <windows.h>
25
26
#ifndef STATUS_SECTION_TOO_BIG
27
-#define STATUS_SECTION_TOO_BIG ((NTSTATUS)0xC0000040L)
+#define STATUS_SECTION_TOO_BIG 0xC0000040L
28
#endif
29
30
#ifndef FILE_MAP_EXECUTE
0 commit comments