Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
643 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Copyright (C) Microsoft Corporation, 1998.
  3. //
  4. // pch.cpp
  5. //
  6. // Precompiled header file.
  7. //
  8. ///////////////////////////////////////////////////////////////////////////////
  9. #include "ddrawpr.h"
  10. #include <stdio.h>
  11. #include <stdlib.h>
  12. #include <stdarg.h>
  13. #include <string.h>
  14. #include <malloc.h>
  15. #include <windows.h>
  16. #include "d3d8typesp.h"
  17. #include "d3d8p.h"
  18. #include "d3dhalp.h"
  19. #include "errlog.hpp"
  20. #include "valbase.hpp"
  21. #include "pshdrval.hpp"
  22. #include "vshdrval.hpp"
  23. ///////////////////////////////////////////////////////////////////////////////
  24. // end