Skip to content

Commit

Permalink
linter: skip native API check for NtEnumerateSystemEnvironmentValuesEx
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Aug 2, 2023
1 parent 04fbcbb commit ab5c8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ def check_features(self, ctx: Context, features: List[Feature]):
"ZwCreateUserProcess",
"RtlCreateUserProcess",
"NtProtectVirtualMemory",
"NtEnumerateSystemEnvironmentValuesEx",
):
# ntoskrnl.exe does not export these routines
continue
Expand Down

0 comments on commit ab5c8b1

Please sign in to comment.