123456789101112131415161718 |
- /*
- ** Copyright (C) 1996, 1997 Microsoft Corporation. All Rights Reserved.
- **
- ** File: private.h
- **
- ** Author:
- **
- ** Description:
- ** Header file for all things that are internal to the IGC library
- ** but not part of any one class.
- **
- ** History:
- */
- #ifndef private_h
- #define private_h
- #endif
|