Ignore:
Timestamp:
Jul 18, 2000, 8:35:40 PM (25 years ago)
Author:
sandervl
Message:

YD: DestroyWindow fix + error logging extras

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/dc.cpp

    r3821 r3853  
    1 /* $Id: dc.cpp,v 1.66 2000-07-15 08:08:01 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.67 2000-07-18 18:35:38 sandervl Exp $ */
    22
    33/*
     
    11941194      WinReleasePS (hpsTemp);
    11951195
    1196    if (!success)
    1197       SetLastError(ERROR_INVALID_PARAMETER_W);
    1198 
     1196   if (!success) {
     1197        dprintf(("RedrawWindow failure!"));
     1198        SetLastError(ERROR_INVALID_PARAMETER_W);
     1199   }
    11991200   return (success);
    12001201}
Note: See TracChangeset for help on using the changeset viewer.