Displaying 2 results from an estimated 2 matches for "bisize".
Did you mean:
bitsize
2006 Dec 07
0
Problem compiling latest Wine release
Hi all,
I'm trying to compile the latest release of Wine on OSX 10.4.8 and get the
following error:
cards.rc:251:2: Error: Invalid bitmap format, bih->biSize = 4653056
make[2]: *** [cards.res] Error 1
make[2]: Leaving directory
`/Users/sydbarrett74/Desktop/wine-0.9.26/dlls/cards'
make[1]: *** [cards] Error 2
make[1]: Leaving directory `/Users/sydbarrett74/Desktop/wine-0.9.26/dlls'
make: *** [dlls] Error 2
2007 Jun 15
0
Wine release 0.9.39
...ment AddPortEx.
winspool: Remove outdated comment.
localspl: Implement AddPortEx.
Dmitry Timoshkov (4):
include/msvcrt: Make sure that __int64 is properly defined on a 64-bit platform.
user32: Do not hardcode cp1252 for an icon/title font.
gdi32: Make BITMAPINFOHEADER biSize check match what other parts of code do.
msi: Simplify the code.
Evan Stade (9):
gdiplus: Added public headers.
gdiplus: Added beginnings of memory and startup functions.
gdiplus: First pen implementation.
gdiplus: First pen test.
gdiplus: Added first GDI+ graph...