From: noer@cygnus.com (Geoffrey Noer)
Subject: Re: MINGW32 Header bug zapped me!
18 Feb 1998 06:12:24 -0800
Message-ID: <199802180422.UAA04813.cygnus.gnu-win32@skaro.cygnus.com>
References: <34DD6530.C39473CF@direct.ca>
Content-Type: text
To: dbaker@direct.ca (Tim Baker)
Cc: gnu-win32@cygnus.com

Tim Baker wrote:
> 
> First of all, I'm talking about the Windows header files included with
> Jan-Jaap's GCC 2.8.0 distribution. In "Structures.h" this structure
> should be as it is here:
> 
> typedef struct tagBITMAPFILEHEADER {
>   WORD    bfType;
>   DWORD   bfSize;
>   WORD    bfReserved1;
>   WORD    bfReserved2;
>   DWORD   bfOffBits;
> }  __attribute__((packed)) BITMAPFILEHEADER;
> 
> Jan-Jaap's header is missing the "__attribute__" thing, and it needs it.

Thanks, I fixed it.  Change will make b19.

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