mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[KERNEL32]
Forgotten changes to .pspec. Why is there still a .def? svn path=/trunk/; revision=50852
This commit is contained in:
parent
38242931f1
commit
168de1f20c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue