Ignore:
Timestamp:
Oct 13, 2001, 7:57:58 PM (24 years ago)
Author:
umoeller
Message:

Lots of updates from the last week for conditional compiles and other stuff.

File:
1 edited

Legend:

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

    r91 r108  
    103103    typedef XSTRRESERVE *PXSTRRESERVE;
    104104
     105    void XWPENTRY xstrShrink(PXSTRING pxstr);
     106    typedef void XWPENTRY XSTRSHRINK(PXSTRING pxstr);
     107    typedef XSTRSHRINK *PXSTRSHRINK;
     108
    105109    PXSTRING XWPENTRY xstrCreate(ULONG ulPreAllocate);
    106110    typedef PXSTRING XWPENTRY XSTRCREATE(ULONG ulPreAllocate);
Note: See TracChangeset for help on using the changeset viewer.