source: trunk/dll/walkem.h@ 1129

Last change on this file since 1129 was 1077, checked in by Steven Levine, 17 years ago

Enhance Fortify infrastructure
Add Fortify_SetOwner Fortify_ChangeOwner Fortify_ChangeScope
Add FORTIFY_VERBOSE_SCOPE_ENTER_EXIT support
Add more fm/2 Fortify tooling and rework existing tooling for correct nesting
Still lots to do for cross-thread allocations
Add misc.h
Add walkem.h

File size: 475 bytes
Line 
1
2/***********************************************************************
3
4 $Id: $
5
6 Misc persistent lists support
7
8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2008 Steven H. Levine
10
11 17 Jul 08 SHL Baseline
12
13***********************************************************************/
14
15#if !defined(WALKEM_H)
16#define WALKEM_H
17
18#if !defined(OS2_INCLUDED)
19#include <os2.h>
20#endif
21
22#ifdef FORTIFY
23VOID free_setups(VOID);
24#endif
25
26#endif // WALKEM_H
Note: See TracBrowser for help on using the repository browser.