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.

41 lines
1.1 KiB

  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 <limits.h>
  13. #include <windows.h>
  14. #include <ddraw.h>
  15. #include <ddrawi.h>
  16. #include <d3d.h>
  17. #include "d3dhal.h"
  18. #include "halprov.h"
  19. #include "d3dref.h"
  20. #include "refrast.hpp"
  21. //@@BEGIN_MSINTERNAL
  22. #if 0
  23. //@@END_MSINTERNAL
  24. #pragma warning( disable: 4056) // fp constant
  25. #pragma warning( disable: 4244) // fp DOUBLE->FLOAT
  26. #include "EdgeFunc.hpp" // edge function processing
  27. #include "AttrFunc.hpp" // attribute function processing
  28. #include "refrasti.hpp" // private interfaces
  29. #include "clipping.hpp"
  30. typedef unsigned long UINT_PTR, *PUINT_PTR;
  31. //@@BEGIN_MSINTERNAL
  32. #endif
  33. //@@END_MSINTERNAL
  34. #include "refprov.hpp"
  35. #include "refif.hpp"
  36. ///////////////////////////////////////////////////////////////////////////////
  37. // end