Changeset 147 for trunk/include/helpers/linklist.h
- Timestamp:
- Mar 16, 2002, 8:53:47 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/linklist.h
r141 r147 95 95 #define LINKLISTMAGIC 0xf124 // could be anything 96 96 97 typedef signed short _SystemFNSORTLIST(void*, void*, void*);97 typedef signed short XWPENTRY FNSORTLIST(void*, void*, void*); 98 98 // changed V0.9.0 (99-10-22) [umoeller] 99 99 typedef FNSORTLIST *PFNSORTLIST;
Note:
See TracChangeset
for help on using the changeset viewer.