- Timestamp:
- Nov 21, 1999, 7:13:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/status.c
r1762 r1804 1 /* $Id: status.c,v 1.1 4 1999-11-17 17:06:23cbratschi Exp $ */1 /* $Id: status.c,v 1.15 1999-11-21 18:13:44 cbratschi Exp $ */ 2 2 /* 3 3 * Interface code to StatusWindow widget/control … … 1133 1133 HDC hdc; 1134 1134 1135 if (!infoPtr) return DefWindowProcA(hwnd,WM_SETTEXT,wParam,lParam); 1136 1135 1137 if (infoPtr->numParts == 0) 1136 1138 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.