Remove whitespace, update email addresses and URLs.
[kodak.git] / utils.h
1 //+----------------------------------------------------------------------------
2 //
3 // File:     utils.h
4 //
5 // Module:   
6 //
7 // Synopsis: 
8 //
9 // Author:       sgasch
10 //
11 // Created    4 Jun 1999
12 //
13 //+----------------------------------------------------------------------------
14
15 #ifndef _UTILS
16 #define _UTILS
17
18 #define IN
19 #define OUT
20
21 #define GOOD_PTR(x)                    (x)
22
23 #endif // _UTILS