From: cjjohans AT cc DOT helsinki DOT fi (Carl J R Johansson) Subject: Re: b17 on the horizon? 2 Nov 1996 03:47:50 -0800 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: cjjohans AT kruuna DOT Helsinki DOT FI Original-To: Geoffrey Noer Original-cc: gnu-win32 AT cygnus DOT com In-Reply-To: <199611010957.BAA17322@cirdan.cygnus.com> Original-Sender: owner-gnu-win32 AT cygnus DOT com On Fri, 1 Nov 1996, Geoffrey Noer wrote: > > Cygwin32 API changes: > > Scott Christley's headers and def files for the standard Win32 dlls > have been integrated. Anything present only in the previous Cygnus headers > has been added in the appropriate places. This should make Win32 > programming much easier. > I found a slight error in them; the ASCII version of GetEnvironmentStrings is defined in functions.h as '#define GetEnvironmentStringsA GetEnvironmentStrings' and it's declared in functions.h, in contrast to the Unicode version. When I '#define UNICODE' I get the compiler complaint. (Reversing the define and moving the declaration to ASCIIfunctions.h (+A) fixed it.) I only thought I should point this out so that the list doesn't have to get unnecessary complaints about it after b17. They also seem to be lacking at least the LZExpand functions, but maybe they will be included in some later release? (In addition to what is already on the list.) cj - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".