Changeset 1063 for trunk/src/user32/dc.cpp
- Timestamp:
- Sep 26, 1999, 4:44:58 PM (26 years ago)
- 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 $ */ 2 2 3 3 /* … … 282 282 BOOL OPEN32API _O32_DeleteObject (LHANDLE hgdiobj); 283 283 int OPEN32API _O32_ReleaseDC (HWND hwnd, HDC hdc); 284 VOID OPEN32API _O32_SetLastError( DWORD ); 284 285 285 286 #ifndef DEVESC_SETPS … … 694 695 HPS hPS_ownDC = NULLHANDLE; 695 696 696 dprintf (("USER32: BeginPaint(%x)", hWnd));697 dprintf (("USER32: BeginPaint(%x)", hWnd)); 697 698 698 699 if ( !lpps ) … … 761 762 762 763 SetFS(sel); 764 _O32_SetLastError(0); 763 765 return (HDC)pHps->hps; 764 766 } … … 792 794 exit: 793 795 SetFS(sel); 796 _O32_SetLastError(0); 794 797 return TRUE; 795 798 }
Note:
See TracChangeset
for help on using the changeset viewer.