http://bugs.winehq.org/show_bug.cgi?id=2096
------- Additional Comments From carl.sopchak@cegis123.com 2004-22-04 14:39 ------- FWIW, dlls/gdi/gdi32.spec also has @ stdcall CreateCompatibleBitmap(long long long) @ stdcall CreateDiscardableBitmap(long long long)
which doesn't match MSDN in the same way CreateBitmap mis-matches... (I didn't check other function parameters. Might a vi-equivalent "s/int/long/g" been used to convert this from gdi16.spec to gdi32.spec??)
HTH,
Carl