]> sourceware.org Git - newlib-cygwin.git/commitdiff
2009-01-11 Henry Nestler <henry@bigfoot.de>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sat, 17 Jan 2009 17:00:07 +0000 (17:00 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sat, 17 Jan 2009 17:00:07 +0000 (17:00 +0000)
        * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
        NtSetEaFile.

winsup/w32api/ChangeLog
winsup/w32api/lib/ddk/ntoskrnl.def

index c1606a8029dccaab2b04ab505fcd724cd335eb4d..3d64384fdbd33ec770ba0c726f5df16c5ce99653 100644 (file)
@@ -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.
index 9ba90b0ac62ec14c0a8ad594618a38b9baf086c1..b3c31a9d8e3625a03a58c70456ed087441890eb7 100644 (file)
@@ -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
This page took 0.043858 seconds and 5 git commands to generate.