From: raf AT comdyn DOT com DOT au (raf) Subject: Re: [ANNOUNCE] Win32 API headers/libraries 24 Nov 1998 08:10:19 -0800 Message-ID: <199811240554.QAA14969.cygnus.gnu-win32@mali.comdyn.com.au> To: gnu-win32 AT cygnus DOT com 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 AT cygnus DOT com" with one line of text: "help".