diff options
author | bje <bje> | 1998-08-03 01:28:20 +0000 |
---|---|---|
committer | bje <bje> | 1998-08-03 01:28:20 +0000 |
commit | bd354ffc95e1f3ef53f781b9c15641d9b6da9208 (patch) | |
tree | 6cd637521e22fd3997e72279c8e292e5d4e37bb3 /ChangeLog | |
parent | b8ae98223a2602290e8578ba0a8ef3b7c03f4f05 (diff) |
1998-08-02 Ben Elliston <bje@cygnus.com>
* windows.h: Remove duplicate TlsSetValue() prototype. Add
TlsGetValue() prototype.
(FALSE): Define.
(TRUE): Likewise.
Add forgotten errno values. Guard against multiple #includes.
* windows.c: New file. Implement stubs for Win32 functions.
* Makefile (SRCS): Remove. Not explicitly needed.
(CFLAGS): Add -Wall for all warnings with GCC.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +1998-08-02 Ben Elliston <bje@cygnus.com> + + * windows.h: Remove duplicate TlsSetValue() prototype. Add + TlsGetValue() prototype. + (FALSE): Define. + (TRUE): Likewise. + Add forgotten errno values. Guard against multiple #includes. + + * windows.c: New file. Implement stubs for Win32 functions. + + * Makefile (SRCS): Remove. Not explicitly needed. + (CFLAGS): Add -Wall for all warnings with GCC. + Sun Aug 2 19:03:42 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> * config.h: Create. This is a temporary stand-in for autoconf yet |