This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cleanup of ntdll.h


Hi,

I've cleaned up the usage of NTDLL.DLL functions slightly.  For some
reason the function ZwQueryInformationProcess has been additionally
defined even though NtQueryInformationProcess was already available.
Additional functions have been defined as ZwXXX while formerly
already defined functions did use the NtXXX style.

I changed that now so that all functions are called with Nt prefix.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]