Changeset 7529 for trunk/src


Ignore:
Timestamp:
Dec 2, 2001, 10:09:05 PM (24 years ago)
Author:
sandervl
Message:

crash in TRACE fixed (Debug build)

File:
1 edited

Legend:

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

    r7133 r7529  
    718718    style = ((INT) wParam) & 0xff00;
    719719
     720#ifdef __WIN32OS2__
     721    if (style & SBT_OWNERDRAW) {   
     722         TRACE("part %d, text %x\n",nPart,text);
     723    }
     724    else TRACE("part %d, text %s\n",nPart,debugstr_a(text));
     725#else
    720726    TRACE("part %d, text %s\n",nPart,debugstr_a(text));
     727#endif
    721728
    722729    if (nPart==255)
Note: See TracChangeset for help on using the changeset viewer.