Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

windows: remove ununsed PptRegGetDword function #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions platforms/windows/hax_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ int write_event(NTSTATUS err_code, PVOID obj, void *dump_data, int dsize);

int hax_valid_uva(uint64_t uva, uint64_t size);

NTSTATUS
PptRegGetDword(
IN ULONG RelativeTo,
IN __nullterminated PWSTR Path,
IN __nullterminated PWSTR ParameterName,
IN OUT PULONG ParameterValue
);

#define MAX_HOST_MEM_SIZE ((uint64_t)1 << 41)

#endif // HAX_WINDOWS_HAX_WIN_H_