Leaked source code of windows server 2003
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.

27 lines
546 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 <windows.h>
  13. #include <ddrawp.h>
  14. #include <d3dp.h>
  15. #include <d3dhal.h>
  16. #include <rast.h>
  17. #include "setup.hpp"
  18. #include "attrs_mh.h"
  19. #include "tstp_mh.h"
  20. #include "walk_mh.h"
  21. #include "rsdbg.hpp"
  22. #include <dpf.h>