pch.h 519 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. ** Copyright (C) 1996, 1997 Microsoft Corporation. All Rights Reserved.
  3. **
  4. ** File: pch.h
  5. **
  6. ** Author:
  7. **
  8. ** Description:
  9. ** Standard header, generated by the ATL wizard and used to define a
  10. ** precompiled header that contains everything common to all files.
  11. **
  12. ** History:
  13. */
  14. #define __MODULE__ "igc"
  15. //
  16. // Windows headers
  17. //
  18. #include "windows.h"
  19. #include <mmsystem.h>
  20. //
  21. // Wintrek headers
  22. //
  23. #include "guids.h"
  24. #include "zlib.h"
  25. #include "utility.h"
  26. #include "igc.h"
  27. #include "private.h"