Ignore:
Timestamp:
Nov 12, 1999, 12:38:45 PM (26 years ago)
Author:
sandervl
Message:

DIBSection changes, EB's file io additions, Jens Weissner's changes to several dlls

File:
1 edited

Legend:

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

    r1704 r1710  
    1 /* $Id: dc.cpp,v 1.21 1999-11-11 13:17:29 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.22 1999-11-12 11:38:45 sandervl Exp $ */
    22
    33/*
     
    14121412   pDCData pHps = (pDCData)GpiQueryDCData( (HPS)hdc );
    14131413
    1414    dprintf(("USER32:  WindowFromDC %x", hdc));
     1414   dprintf2(("USER32:  WindowFromDC %x", hdc));
    14151415   if ( pHps )
    14161416      return Win32BaseWindow::OS2ToWin32Handle(pHps->hwnd);
Note: See TracChangeset for help on using the changeset viewer.