Changeset 171


Ignore:
Timestamp:
Jun 8, 2002, 3:51:53 PM (23 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/xstring.h

    r154 r171  
    240240    typedef XSTRCONVERTLINEFORMAT *PXSTRCONVERTLINEFORMAT;
    241241
    242     VOID xstrPrintf(XSTRING *pstr,
    243                     PCSZ pcszFormat,
    244                     ...);
     242    VOID XWPENTRY xstrPrintf(XSTRING *pstr, PCSZ pcszFormat, ...);
     243    typedef VOID XWPENTRY XSTRPRINTF(XSTRING *pstr, PCSZ pcszFormat, ...);
     244    typedef XSTRPRINTF *PXSTRPRINTF;
    245245
    246246    VOID xstrCatf(XSTRING *pstr,
Note: See TracChangeset for help on using the changeset viewer.