2009-01-11 Henry Nestler <henry@bigfoot.de>
* lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile, NtSetEaFile.
This commit is contained in:
parent
2ac273a946
commit
96ed5e2441
winsup/w32api
|
@ -1,7 +1,13 @@
|
||||||
|
2009-01-11 Henry Nestler <henry@bigfoot.de>
|
||||||
|
|
||||||
|
* lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
|
||||||
|
NtSetEaFile.
|
||||||
|
|
||||||
2009-01-07 Corinna Vinschen <corinna@vinschen.de>
|
2009-01-07 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/winbase.h (SCS_64BIT_BINARY): Define.
|
* include/winbase.h (SCS_64BIT_BINARY): Define.
|
||||||
|
|
||||||
|
>>>>>>> 1.981
|
||||||
2008-12-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
2008-12-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
||||||
|
|
||||||
* include/w32api.h: Increment version to 3.13.
|
* include/w32api.h: Increment version to 3.13.
|
||||||
|
|
|
@ -749,7 +749,7 @@ NtOpenThread@16
|
||||||
NtOpenThreadToken@16
|
NtOpenThreadToken@16
|
||||||
;NtOpenThreadTokenEx
|
;NtOpenThreadTokenEx
|
||||||
;NtQueryDirectoryFile
|
;NtQueryDirectoryFile
|
||||||
;NtQueryEaFile
|
NtQueryEaFile@36
|
||||||
NtQueryInformationAtom@20
|
NtQueryInformationAtom@20
|
||||||
;NtQueryInformationFile
|
;NtQueryInformationFile
|
||||||
NtQueryInformationProcess@20
|
NtQueryInformationProcess@20
|
||||||
|
@ -762,7 +762,7 @@ NtQuerySystemInformation@16
|
||||||
NtReadFile@36
|
NtReadFile@36
|
||||||
NtRequestPort@8
|
NtRequestPort@8
|
||||||
NtRequestWaitReplyPort@12
|
NtRequestWaitReplyPort@12
|
||||||
;NtSetEaFile
|
NtSetEaFile@16
|
||||||
NtSetEvent@8
|
NtSetEvent@8
|
||||||
;NtSetInformationFile
|
;NtSetInformationFile
|
||||||
NtSetInformationProcess@16
|
NtSetInformationProcess@16
|
||||||
|
@ -1318,7 +1318,7 @@ ZwQueryDefaultLocale@8
|
||||||
ZwQueryDefaultUILanguage@4
|
ZwQueryDefaultUILanguage@4
|
||||||
ZwQueryDirectoryFile@44
|
ZwQueryDirectoryFile@44
|
||||||
ZwQueryDirectoryObject@28
|
ZwQueryDirectoryObject@28
|
||||||
;ZwQueryEaFile
|
ZwQueryEaFile@36
|
||||||
ZwQueryFullAttributesFile@8
|
ZwQueryFullAttributesFile@8
|
||||||
ZwQueryInformationFile@20
|
ZwQueryInformationFile@20
|
||||||
ZwQueryInformationJobObject@20
|
ZwQueryInformationJobObject@20
|
||||||
|
@ -1345,7 +1345,7 @@ ZwSaveKey@8
|
||||||
;ZwSetBootOptions
|
;ZwSetBootOptions
|
||||||
ZwSetDefaultLocale@8
|
ZwSetDefaultLocale@8
|
||||||
ZwSetDefaultUILanguage@4
|
ZwSetDefaultUILanguage@4
|
||||||
;ZwSetEaFile
|
ZwSetEaFile@16
|
||||||
ZwSetEvent@8
|
ZwSetEvent@8
|
||||||
ZwSetInformationFile@20
|
ZwSetInformationFile@20
|
||||||
ZwSetInformationJobObject@16
|
ZwSetInformationJobObject@16
|
||||||
|
|
Loading…
Reference in New Issue