Changeset 7627 for trunk/src/user32/dc.cpp
- Timestamp:
- Dec 13, 2001, 4:32:57 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r6941 r7627 1 /* $Id: dc.cpp,v 1.11 2 2001-10-03 18:37:51sandervl Exp $ */1 /* $Id: dc.cpp,v 1.113 2001-12-13 15:32:57 sandervl Exp $ */ 2 2 3 3 /* … … 36 36 #include <codepage.h> 37 37 #include <wingdi32.h> 38 #include <stats.h> 38 39 39 40 #define INCLUDED_BY_DC … … 874 875 UnselectGDIObjects(hdc); 875 876 rc = O32_ReleaseDC (0, hdc); 877 STATS_ReleaseDC(hwnd, hdc); 876 878 } 877 879 … … 946 948 947 949 RELEASE_WNDOBJ(wnd); 950 951 STATS_GetDCEx(hwnd, hps, hrgn, flags); 952 948 953 return (HDC)hps; 949 954 } … … 1081 1086 RELEASE_WNDOBJ(wnd); 1082 1087 1088 1089 STATS_GetDCEx(hwnd, pHps->hps, hrgn, flags); 1083 1090 return (HDC)pHps->hps; 1084 1091
Note:
See TracChangeset
for help on using the changeset viewer.