[ANNOUNCE] Win32 API headers/libraries

raf raf@comdyn.com.au
Mon Nov 23 21:57:00 GMT 1998


Anders wrote:

>I have put up a new (preliminary) set of headers and import
>libraries for the win32 API.

>[...]

>Note that these headers break Mumit Khan's time patch
>for the fortran runtime because the LARGE_INTEGER structure
>is now a union. However, this is easily corrected, just
>add .u before LowPart and HighPart.

how about adding the following to your headers:

	#define LowPart u.LowPart
	#define HighPart u.HighPart

(unless, of course, you think it's too evil).

raf

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list