summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/arch/windows/global.h')
-rw-r--r--psutil/arch/windows/global.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/psutil/arch/windows/global.h b/psutil/arch/windows/global.h
index fb24bac9..10ae6405 100644
--- a/psutil/arch/windows/global.h
+++ b/psutil/arch/windows/global.h
@@ -23,6 +23,7 @@ extern SYSTEM_INFO PSUTIL_SYSTEM_INFO;
int psutil_load_globals();
PVOID psutil_GetProcAddress(LPCSTR libname, LPCSTR procname);
PVOID psutil_GetProcAddressFromLib(LPCSTR libname, LPCSTR procname);
+PVOID psutil_SetFromNTStatusErr(NTSTATUS Status, const char *syscall);
_NtQuerySystemInformation \
psutil_NtQuerySystemInformation;
@@ -71,3 +72,6 @@ _NtResumeProcess \
_NtQueryVirtualMemory \
psutil_NtQueryVirtualMemory;
+
+_RtlNtStatusToDosErrorNoTeb \
+ psutil_RtlNtStatusToDosErrorNoTeb;