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
559 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // pch.cpp
  4. //
  5. // Precompiled header file.
  6. //
  7. // Copyright (C) Microsoft Corporation, 1997.
  8. //
  9. //----------------------------------------------------------------------------
  10. #include <stdlib.h>
  11. #include <stdio.h>
  12. #include <string.h>
  13. #ifdef WINNT
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #endif
  18. #include <windows.h>
  19. #include "ddraw.h"
  20. #include <cppdbg.hpp>
  21. #include "d3d8p.h"
  22. #include "d3dtypesp.h"
  23. #include "d3ditype.h"
  24. #include "d3dflt.h"
  25. #include "d3dutil.h"