ntdll: The fourth parameter of RtlUnwind() is a pointer, not a long.

Francois Gouget fgouget at free.fr
Fri Feb 9 05:27:27 CST 2007


---

The fourth pointer of RtlUnwind() is a PVOID which is a pointer, even if 
it is used to pass integers. It won't change much to the relay traces 
anyway.


 dlls/ntdll/ntdll.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec
index 07c857c..e315057 100644
--- a/dlls/ntdll/ntdll.spec
+++ b/dlls/ntdll/ntdll.spec
@@ -885,7 +885,7 @@
 # @ stub RtlUnlockBootStatusData
 @ stdcall RtlUnlockHeap(long)
 # @ stub RtlUnlockMemoryStreamRegion
-@ stdcall -register RtlUnwind(ptr ptr ptr long)
+@ stdcall -register RtlUnwind(ptr ptr ptr ptr)
 @ stdcall RtlUpcaseUnicodeChar(long)
 @ stdcall RtlUpcaseUnicodeString(ptr ptr long)
 @ stdcall RtlUpcaseUnicodeStringToAnsiString(ptr ptr long)
-- 
1.4.4.3




More information about the wine-patches mailing list