diff options
author | Earnie Boyd <earnie@users.sf.net> | 2000-11-01 01:22:08 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2000-11-01 01:22:08 +0000 |
commit | cb08a6c1a026ac521b68e5ef3b48543c2b2fa091 (patch) | |
tree | a61190d3aa9373f30fc2356836ed115b99dfed9f | |
parent | baf428f0d58567f532f9085f417f7d799a3d038d (diff) | |
download | cygnal-cb08a6c1a026ac521b68e5ef3b48543c2b2fa091.tar.gz cygnal-cb08a6c1a026ac521b68e5ef3b48543c2b2fa091.tar.bz2 cygnal-cb08a6c1a026ac521b68e5ef3b48543c2b2fa091.zip |
* CONTRIBUTIONS: New file.
* README: Change the maintained by header.
* TODO: Add a note about checking the TODO.
-rw-r--r-- | winsup/w32api/CONTRIBUTIONS | 5 | ||||
-rw-r--r-- | winsup/w32api/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/w32api/README | 7 | ||||
-rw-r--r-- | winsup/w32api/TODO | 2 |
4 files changed, 18 insertions, 2 deletions
diff --git a/winsup/w32api/CONTRIBUTIONS b/winsup/w32api/CONTRIBUTIONS new file mode 100644 index 000000000..1c3df0e14 --- /dev/null +++ b/winsup/w32api/CONTRIBUTIONS @@ -0,0 +1,5 @@ +2000-10-23 Danny R. Smith <danny_r_smith_2001@yahoo.co.nz> + * include/basetsd.h + * include/ras.h + * include/raserror.h + * include/rassapi.h diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index def7563b9..79f6ec24e 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,5 +1,11 @@ 2000-10-31 Earnie Boyd <earnie_boyd@yahoo.com> + * CONTRIBUTIONS: New file. + * README: Change the maintained by header. + * TODO: Add a note about checking the TODO. + +2000-10-31 Earnie Boyd <earnie_boyd@yahoo.com> + * Merge in accepted changes from 2000-10-23 Danny Smith <danny_r_smith_2001@yahoo.co.nz> * include/basetyps.h: add comment for GUID_DEFINED diff --git a/winsup/w32api/README b/winsup/w32api/README index 9868968be..a34153111 100644 --- a/winsup/w32api/README +++ b/winsup/w32api/README @@ -1,9 +1,12 @@ Free headers and libraries for the Win32 API - Written by Anders Norlander - Send bug reports and questions to anorland@hem2.passagen.se + Written by Anders Norlander <anorland@hem2.passagen.se> URL: http://www.acc.umu.se/~anorland/gnu-win32/ + Maintained by MinGW Developers + Send bug reports and questions to MinGW-users@lists.sourceforge.net + URL: http://www.mingw.org + * License You are free to use, modify and copy this package. No restrictions diff --git a/winsup/w32api/TODO b/winsup/w32api/TODO index 713aff430..7bf33de80 100644 --- a/winsup/w32api/TODO +++ b/winsup/w32api/TODO @@ -1,3 +1,5 @@ +**Check to see if the rest of this is still valid?** + winsock2.h - Possible to merge with winsock.h? listview control _WIN32_IE issue |