[ros-diffs] [pschweitzer] 50852: [KERNEL32] Forgotten changes to .pspec. Why is there still a .def?

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Mon Feb 21 07:23:18 UTC 2011


Author: pschweitzer
Date: Mon Feb 21 07:23:18 2011
New Revision: 50852

URL: http://svn.reactos.org/svn/reactos?rev=50852&view=rev
Log:
[KERNEL32]
Forgotten changes to .pspec.
Why is there still a .def?

Modified:
    trunk/reactos/dll/win32/kernel32/kernel32.pspec

Modified: trunk/reactos/dll/win32/kernel32/kernel32.pspec
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/kernel32.pspec?rev=50852&r1=50851&r2=50852&view=diff
==============================================================================
--- trunk/reactos/dll/win32/kernel32/kernel32.pspec [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/kernel32.pspec [iso-8859-1] Mon Feb 21 07:23:18 2011
@@ -46,7 +46,7 @@
 @ stdcall BaseProcessInitPostImport() ; missing in Win 7
 @ stdcall BaseQueryModuleData(str str ptr ptr ptr) ;check
 ;@ stdcall BaseThreadInitThunk ; Win 7
-;@ stdcall BaseSetLastNTError ; Win 7, not 64 bit
+;@ stdcall BaseSetLastNTError ; Win 7, not 64 bit (present on w2k3 but not exported)
 @ stdcall BaseUpdateAppcompatCache(long long long)
 ;@ stdcall BaseVerifyUnicodeString ; Win 7
 ;@ stdcall Basep8BitStringToDynamicUnicodeString ; Win 7
@@ -1210,7 +1210,7 @@
 @ stdcall SetHandleInformation(long long long)
 @ stdcall SetInformationJobObject(long long ptr long)
 @ stub SetLastConsoleEventActive ; missing in XP SP3
-@ stdcall SetLastError(long) ntdll.RtlSetLastWin32Error
+@ stdcall SetLastError(long)
 @ stub SetLocalPrimaryComputerNameA ; missing in XP SP3
 @ stub SetLocalPrimaryComputerNameW ; missing in XP SP3
 @ stdcall SetLocalTime(ptr)




More information about the Ros-diffs mailing list