Changeset 1804 for trunk/src


Ignore:
Timestamp:
Nov 21, 1999, 7:13:44 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/status.c

    r1762 r1804  
    1 /* $Id: status.c,v 1.14 1999-11-17 17:06:23 cbratschi Exp $ */
     1/* $Id: status.c,v 1.15 1999-11-21 18:13:44 cbratschi Exp $ */
    22/*
    33 * Interface code to StatusWindow widget/control
     
    11331133    HDC hdc;
    11341134
     1135    if (!infoPtr) return DefWindowProcA(hwnd,WM_SETTEXT,wParam,lParam);
     1136
    11351137    if (infoPtr->numParts == 0)
    11361138        return FALSE;
Note: See TracChangeset for help on using the changeset viewer.