Ignore:
Timestamp:
Mar 16, 2004, 2:56:12 PM (21 years ago)
Author:
sandervl
Message:

deactivated breakpoint

File:
1 edited

Legend:

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

    r10485 r10529  
    1 /* $Id: win32wbase.cpp,v 1.386 2004-02-27 14:38:03 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.387 2004-03-16 13:56:12 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    41154115    if(nrOpenDCs == 0) {
    41164116        dprintf(("Win32BaseWindow::removeOpenDC %x hdc %x not found!! (1)", getWindowHandle(), hdc));
    4117         DebugInt3();
     4117        //Some applications call ReleaseDC before EndPaint
     4118//        DebugInt3();
    41184119        return;
    41194120    }
Note: See TracChangeset for help on using the changeset viewer.