if (ret <= 0)
{
DWORD lastError = GetLastError();
- wxLogDebug(wxT("wxDC::StartDoc failed with error: %d\n"), lastError);
+ wxLogDebug(wxT("wxDC::StartDoc failed with error: %ld\n"), lastError);
}
#endif
wxDC *source,
wxCoord xsrc, wxCoord ysrc,
int WXUNUSED(rop), bool useMask,
- wxCoord xsrcMask, wxCoord ysrcMask)
+ wxCoord WXUNUSED(xsrcMask), wxCoord WXUNUSED(ysrcMask))
{
bool success = TRUE;