pch.h 280 B

12345678910111213141516
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // PCH.H
  4. //
  5. //////////////////////////////////////////////////////////////////////////////
  6. #ifndef _PCH_H_
  7. #define _PCH_H_
  8. #define __MODULE__ "MDL"
  9. #include "windows.h"
  10. #include "zlib.h"
  11. #endif