Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2009-01-17 20:00:07 +0300
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2009-01-17 20:00:07 +0300
commit96ed5e24410a1c2d846dda794a64a4a95ddd2275 (patch)
tree262123658d949c2a921be492513b8e0ed86db537 /winsup/w32api
parent2ac273a94610fbf0bb74a2b53d3b5ee2b63f766d (diff)
2009-01-11 Henry Nestler <henry@bigfoot.de>
* lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile, NtSetEaFile.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/lib/ddk/ntoskrnl.def8
2 files changed, 10 insertions, 4 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index c1606a802..3d64384fd 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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>
* include/winbase.h (SCS_64BIT_BINARY): Define.
+>>>>>>> 1.981
2008-12-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/w32api.h: Increment version to 3.13.
diff --git a/winsup/w32api/lib/ddk/ntoskrnl.def b/winsup/w32api/lib/ddk/ntoskrnl.def
index 9ba90b0ac..b3c31a9d8 100644
--- a/winsup/w32api/lib/ddk/ntoskrnl.def
+++ b/winsup/w32api/lib/ddk/ntoskrnl.def
@@ -749,7 +749,7 @@ NtOpenThread@16
NtOpenThreadToken@16
;NtOpenThreadTokenEx
;NtQueryDirectoryFile
-;NtQueryEaFile
+NtQueryEaFile@36
NtQueryInformationAtom@20
;NtQueryInformationFile
NtQueryInformationProcess@20
@@ -762,7 +762,7 @@ NtQuerySystemInformation@16
NtReadFile@36
NtRequestPort@8
NtRequestWaitReplyPort@12
-;NtSetEaFile
+NtSetEaFile@16
NtSetEvent@8
;NtSetInformationFile
NtSetInformationProcess@16
@@ -1318,7 +1318,7 @@ ZwQueryDefaultLocale@8
ZwQueryDefaultUILanguage@4
ZwQueryDirectoryFile@44
ZwQueryDirectoryObject@28
-;ZwQueryEaFile
+ZwQueryEaFile@36
ZwQueryFullAttributesFile@8
ZwQueryInformationFile@20
ZwQueryInformationJobObject@20
@@ -1345,7 +1345,7 @@ ZwSaveKey@8
;ZwSetBootOptions
ZwSetDefaultLocale@8
ZwSetDefaultUILanguage@4
-;ZwSetEaFile
+ZwSetEaFile@16
ZwSetEvent@8
ZwSetInformationFile@20
ZwSetInformationJobObject@16