private.h 309 B

123456789101112131415161718
  1. /*
  2. ** Copyright (C) 1996, 1997 Microsoft Corporation. All Rights Reserved.
  3. **
  4. ** File: private.h
  5. **
  6. ** Author:
  7. **
  8. ** Description:
  9. ** Header file for all things that are internal to the IGC library
  10. ** but not part of any one class.
  11. **
  12. ** History:
  13. */
  14. #ifndef private_h
  15. #define private_h
  16. #endif