Patches item #2499840, was opened at 2009-01-11 13:46
Message generated for change (Comment added) made by ir0nh34d
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=2499840&group_id=2435
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: w32api
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Henry N. (henryn)
>Assigned to: Chris Sutcliffe (ir0nh34d)
Summary: Enable NtQueryEaFile, NtSetEaFile, ZwQueryEaFile, ZwSetEaFil
Initial Comment:
Enable NtQueryEaFile, NtSetEaFile, ZwQueryEaFile, ZwSetEaFile in libraries libntdll.a, libntoskrnl.a.
These functions and all parameter structs exist in headers correctly. They are only missing in the library export.
Functions successfully tested in coLinux (http://colinux.org), you can see the usage here:
http://www.henrynestler.com/colinux/patches/devel/cofs-ea/
Patch was created from w32api 3.13, and is also usable for 3.11 and 3.12.
ChangeLog:
2009-01-11 Henry Nestler <henry at bigfoot.de>
* libntdll.a:
Enable NtQueryEaFile, NtSetEaFile
* libntoskrnl.a:
Enable ZwQueryEaFile, ZwSetEaFile
----------------------------------------------------------------------
Comment By: Chris Sutcliffe (ir0nh34d)
Date: 2009-01-17 12:00
Message:
Your patch has been accepted and is now commited to CVS. You should expect
to see it in the next release.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=2499840&group_id=2435
|