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]

RE: PATCH: Implements /proc/cpuinfo and /proc/partitions


> Chris January wrote:
> >
> > 2003-03-06  Christopher January  <chris at atomice dot net>
> >
> > 	* include/winbase.h (FindFirstVolume): Add declaration.
> > 	(FindNextVolume): Add declaration.
> > 	(FindVolumeClose): Add declaration.
> > 	(GetSystemTimes): Add declaration.
> > 	* include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
> >
>
> Do you plan to use these API?  You'll need to supply a corresponding
> patch to the appropriate .def file in the lib directory.

The Cygwin DLL uses autoload.cc to load its functions so it works without
the .def entries. Of the above I only use GetSystemTimes anyway. Do you want
the .def entries for completeness then? I was really providing a patch
against Cygwin, not w32api. I'm not really up to speed on what's necessary
for a w32api patch.

Chris


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