Ignore:
Timestamp:
Sep 26, 1999, 4:44:58 PM (26 years ago)
Author:
sandervl
Message:

Dialog + error handling fixes

File:
1 edited

Legend:

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

    r1057 r1063  
    1 /* $Id: dc.cpp,v 1.5 1999-09-26 10:09:58 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.6 1999-09-26 14:44:58 sandervl Exp $ */
    22
    33/*
     
    282282BOOL    OPEN32API _O32_DeleteObject (LHANDLE hgdiobj);
    283283int     OPEN32API _O32_ReleaseDC (HWND hwnd, HDC hdc);
     284VOID    OPEN32API _O32_SetLastError( DWORD );
    284285
    285286#ifndef DEVESC_SETPS
     
    694695   HPS      hPS_ownDC = NULLHANDLE;
    695696
    696 dprintf (("USER32: BeginPaint(%x)", hWnd));
     697   dprintf (("USER32: BeginPaint(%x)", hWnd));
    697698
    698699   if ( !lpps )
     
    761762
    762763   SetFS(sel);
     764   _O32_SetLastError(0);
    763765   return (HDC)pHps->hps;
    764766}
     
    792794exit:
    793795   SetFS(sel);
     796   _O32_SetLastError(0);
    794797   return TRUE;
    795798}
Note: See TracChangeset for help on using the changeset viewer.