private.cpp 315 B

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