Last change
on this file since 1077 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:
470 bytes
|
Line | |
---|
1 |
|
---|
2 | /***********************************************************************
|
---|
3 |
|
---|
4 | $Id: $
|
---|
5 |
|
---|
6 | Misc utility functions
|
---|
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(MISC_H)
|
---|
16 | #define MISC_H
|
---|
17 |
|
---|
18 | #if !defined(OS2_INCLUDED)
|
---|
19 | #include <os2.h>
|
---|
20 | #endif
|
---|
21 |
|
---|
22 | #ifdef FORTIFY
|
---|
23 | INT GetTidForWindow(HWND hwnd);
|
---|
24 | #endif
|
---|
25 |
|
---|
26 | #endif // MISC_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.