Changeset 1077 for trunk/dll/makelist.h
- Timestamp:
- Jul 18, 2008, 8:11:54 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/makelist.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makelist.h
r1029 r1077 11 11 05 Jan 08 SHL Move makelist.c definitions here 12 12 22 Jun 08 GKY Change variable type to fix compiler warning 13 17 Jul 08 SHL Add SetListOwner for Fortify support 13 14 14 15 ***********************************************************************/ … … 84 85 CHAR **CombineLists(CHAR **prime, CHAR **add); 85 86 87 #ifdef FORTIFY 88 VOID SetListOwner(LISTINFO *li); 89 #endif // FORTIFY 90 86 91 #endif // MAKELIST_H
Note:
See TracChangeset
for help on using the changeset viewer.
