missing cbBmiSrc in tagEMRBITBLT in wingdi.h
GCC for 32-bit and 64-bit Windows with a real installer & updater
Brought to you by:
tdragon
Hi,
I'm using tdm-gcc-4.5.1 to compile Inkscape. There appears to be a missing definition of DWORD cbBmiSrc; in tagEMRBITBLT in wingdi.h.
my reference is http://msdn.microsoft.com/en-us/library/dd162516(v=VS.85).aspx
I'm attaching a 'repaired' version of the file
thanks
Alvin Penner
Anonymous
This is a bug with the MinGW API and not TDM's builds of GCC which package that API.
For the record, these definitions also need to be added to commctrl.h.
http://msdn.microsoft.com/en-us/library/bb760414%28VS.85%29.aspx
This was fixed in the 4.5.2 release.