This is the mail archive of the cygwin@sourceware.cygnus.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]

Re: [ANNOUNCE] Win32 API headers/libraries


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".


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