Skip to content

Commit

Permalink
Ignore system info class 250
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Nov 9, 2024
1 parent 9eb49c9 commit 21c3ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/windows-emulator/syscalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ namespace
{
if (info_class == SystemFlushInformation
|| info_class == SystemHypervisorSharedPageInformation
|| info_class == 250 // Build 27744
)
{
return STATUS_NOT_SUPPORTED;
Expand Down

0 comments on commit 21c3ccf

Please sign in to comment.