Skip to content

Commit bba378c

Browse files
authored
Remove NTSTATUS cast
Differential Revision: D70995368 Pull Request resolved: #9510
1 parent 976d502 commit bba378c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/data_loader/mman_windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <windows.h>
2525

2626
#ifndef STATUS_SECTION_TOO_BIG
27-
#define STATUS_SECTION_TOO_BIG ((NTSTATUS)0xC0000040L)
27+
#define STATUS_SECTION_TOO_BIG 0xC0000040L
2828
#endif
2929

3030
#ifndef FILE_MAP_EXECUTE

0 commit comments

Comments
 (0)