Ignore:
Timestamp:
Feb 17, 2001, 3:03:14 PM (25 years ago)
Author:
umoeller
Message:

Updates to XML.

File:
1 edited

Legend:

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

    r33 r38  
    107107    // --  -1: t1 < t2
    108108    // --  +1: t1 > t2
    109     typedef int (FNTREE_COMPARE_NODES) (TREE *t1, TREE *t2);
    110     typedef int (FNTREE_COMPARE_DATA) (TREE *t1, void *pData);
     109    typedef int XWPENTRY FNTREE_COMPARE_NODES(TREE *t1, TREE *t2);
     110    typedef int XWPENTRY FNTREE_COMPARE_DATA(TREE *t1, void *pData);
    111111
    112112    //  Define a function type for use with the tree traversal function
    113     typedef void (TREE_PROCESS) (TREE *t, void *pUser);
     113    typedef void XWPENTRY TREE_PROCESS(TREE *t, void *pUser);
    114114
    115115    //  Global variables
Note: See TracChangeset for help on using the changeset viewer.