Ignore:
Timestamp:
Mar 16, 2002, 8:53:47 AM (23 years ago)
Author:
umoeller
Message:

Misc updates for Unicode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/linklist.c

    r141 r147  
    961961 *      sort function pfnSort, which works similar to those of the
    962962 *      container sorts, i.e. it must be declared as a
    963  +          SHORT fnSort(void* pItem1, void* pItem2, void* pStorage)
     963 +          signed short XWPENTRY fnSort(void* pItem1, void* pItem2, void* pStorage)
    964964 *
    965965 *      These sort functions need to return the following:
Note: See TracChangeset for help on using the changeset viewer.