What about this patch?
Changelog (since first patch):
- HAVE_FLOAT_H used for #include
- all declarations moved to the beginning
Index: dlls/gdi32/bitblt.c
===
RCS file: /home/wine/wine/dlls/gdi32/bitblt.c,v
retrieving re
One more comment on your patch:
> BOOL WINAPI PlgBlt( HDC hdcDest, const POINT *lpPoint,
> -HDC hdcSrc, INT nXDest, INT nYDest, INT nWidth,
> +HDC hdcSrc, INT nXSrc, INT nYSrc, INT nWidth,
> INT nHeight, HBITMAP hbmMask, INT
Hello Nikolay,
thanks for the patch.
Nikolay Sivov wrote:
> Changelog:
> gdi32: initial implementation using coord transformation and MaskBlt
> patch is made in Windows using TortoiseCVS functionality (all that
> I can use at this moment, shouldn't be a problem I hope)
No that's not a