Changeset 5706 for trunk/src


Ignore:
Timestamp:
May 15, 2001, 9:37:52 AM (24 years ago)
Author:
sandervl
Message:

DT: Commented out TRACE call in DATETIME_ParentNotify

File:
1 edited

Legend:

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

    r5701 r5706  
    903903 LPNMHDR lpnmh = (LPNMHDR) lParam;
    904904
     905#ifdef __WIN32OS2__
     906//DT: if lParam a pointer or a handle
     907//    if the index forgotten or is it zero
     908 TRACE ("DATETIME_ParentNotify %x,%lx\n",wParam, lParam);
     909#else
    905910 TRACE ("%x,%lx\n",wParam, lParam);
    906911 TRACE ("Got notification %x from %x\n", lpnmh->code, lpnmh->hwndFrom);
     912#endif
    907913 TRACE ("info: %x %x %x\n",hwnd,infoPtr->hMonthCal,infoPtr->hUpdown);
    908914 return 0;
Note: See TracChangeset for help on using the changeset viewer.