Changeset 10076 for trunk/src/user32/msgbox.c
- Timestamp:
- May 6, 2003, 3:50:37 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/msgbox.c
r7342 r10076 1 /* $Id: msgbox.c,v 1. 6 2001-11-14 18:33:03sandervl Exp $ */1 /* $Id: msgbox.c,v 1.7 2003-05-06 13:50:36 sandervl Exp $ */ 2 2 /* 3 3 * Message boxes (based on Wine code) … … 186 186 if (hFont) 187 187 SelectObject(hdc, hPrevFont); 188 #ifdef __WIN32OS2__ 189 ReleaseDC(hwnd, hdc); 190 #else 188 191 ReleaseDC(hItem, hdc); 192 #endif 189 193 190 194 tiheight = 16 + MAX(iheight, theight);
Note:
See TracChangeset
for help on using the changeset viewer.