diff --git a/src/msw/dc.cpp b/src/msw/dc.cpp index 4f2367b426..339811ed3d 100644 --- a/src/msw/dc.cpp +++ b/src/msw/dc.cpp @@ -2258,7 +2258,7 @@ bool wxDC::DoBlit(wxCoord xdest, wxCoord ydest, ds.dsBm.bmBits, (LPBITMAPINFO)&ds.dsBmih, DIB_RGB_COLORS, - SRCCOPY + dwRop ) == (int)GDI_ERROR ) { // On Win9x this API fails most (all?) of the time, so