Changeset 4848 for trunk/src/user32/dc.cpp
- Timestamp:
- Dec 29, 2000, 7:41:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r4762 r4848 1 /* $Id: dc.cpp,v 1.8 0 2000-12-07 11:59:45sandervl Exp $ */1 /* $Id: dc.cpp,v 1.81 2000-12-29 18:39:58 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include <win32type.h> 26 26 #include <win32api.h> 27 #include <winuser32.h> 27 28 #include <winconst.h> 28 29 #include <misc.h> … … 1768 1769 dprintf2(("USER32: WindowFromDC %x", hdc)); 1769 1770 if ( pHps ) 1770 return Win32BaseWindow::OS2ToWin32Handle(pHps->hwnd);1771 return OS2ToWin32Handle(pHps->hwnd); 1771 1772 else 1772 1773 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.