Changeset 3585 for trunk/src/comctl32/status.cpp
- Timestamp:
- May 22, 2000, 7:25:13 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/status.cpp
r3154 r3585 1 /* $Id: status.cpp,v 1. 2 2000-03-18 16:17:29cbratschi Exp $ */1 /* $Id: status.cpp,v 1.3 2000-05-22 17:25:11 cbratschi Exp $ */ 2 2 /* 3 3 * Interface code to StatusWindow widget/control … … 9 9 */ 10 10 11 /* WINE 990923 level */11 /* Corel WINE 20000513 level */ 12 12 13 13 #include "winbase.h" … … 918 918 DeleteObject (infoPtr->hDefaultFont); 919 919 920 /* delete tool tip control */921 destroyToolTip(infoPtr->hwndToolTip);922 923 920 doneControl(hwnd); 924 921
Note:
See TracChangeset
for help on using the changeset viewer.