ntdll: ZwRaiseException() is not a register function.

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


--- 

NtRaiseException() is called by the NtRaiseException entry point which 
is not declared to be a -register function, as well as by 
ZwRaiseException which is declared as -register. It obviously cannot be 
both at the same time.


 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 827d98d..07c857c 100644
--- a/dlls/ntdll/ntdll.spec
+++ b/dlls/ntdll/ntdll.spec
@@ -1116,7 +1116,7 @@
 @ stdcall ZwQueryVirtualMemory(long ptr long ptr long ptr) NtQueryVirtualMemory
 @ stdcall ZwQueryVolumeInformationFile(long ptr ptr long long) NtQueryVolumeInformationFile
 # @ stub ZwQueueApcThread
-@ stdcall -register ZwRaiseException(ptr ptr long) NtRaiseException
+@ stdcall ZwRaiseException(ptr ptr long) NtRaiseException
 @ stub ZwRaiseHardError
 @ stdcall ZwReadFile(long long long long long long long long long) NtReadFile
 # @ stub ZwReadFileScatter
-- 
1.4.4.3




More information about the wine-patches mailing list