[Bug 38103] Process Hacker 2.x needs ntoskrnl.exe.ProbeForRead

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 26 18:36:07 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=38103

--- Comment #2 from Austin English <austinenglish at gmail.com> ---
Comment on attachment 50771
  --> https://bugs.winehq.org/attachment.cgi?id=50771
patch

>diff --git a/dlls/ntoskrnl.exe/ntoskrnl.c b/dlls/ntoskrnl.exe/ntoskrnl.c
>index cdc5305..c4e0893 100644
>--- a/dlls/ntoskrnl.exe/ntoskrnl.c
>+++ b/dlls/ntoskrnl.exe/ntoskrnl.c
>@@ -2045,3 +2045,11 @@ PLIST_ENTRY WINAPI ExfInterlockedRemoveHeadList(PLIST_ENTRY head, PKSPIN_LOCK lo
>     FIXME("(%p %p) stub\n", head, lock);
>     return ExInterlockedRemoveHeadList( head, lock );
> }
>+
>+/***********************************************************************
>+ *           ProbeForRead   (NTOSKRNL.EXE.@)
>+ */
>+VOID WINAPI ProbeForRead(PVOID address, SIZE_T length, ULONG alignment)
>+{
>+    FIXME("%p %lu %u\n", address, length, alignment);
>+}
>diff --git a/dlls/ntoskrnl.exe/ntoskrnl.exe.spec b/dlls/ntoskrnl.exe/ntoskrnl.exe.spec
>index 11d1c62..ef6b368 100644
>--- a/dlls/ntoskrnl.exe/ntoskrnl.exe.spec
>+++ b/dlls/ntoskrnl.exe/ntoskrnl.exe.spec
>@@ -835,7 +835,7 @@
> @ stub PoShutdownBugCheck
> @ stub PoStartNextPowerIrp
> @ stub PoUnregisterSystemState
>-@ stub ProbeForRead
>+@ stdcall ProbeForRead(ptr long long)
> @ stub ProbeForWrite
> @ stub PsAssignImpersonationToken
> @ stub PsChargePoolQuota

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list