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.

31 lines
890 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Copyright (C) Microsoft Corporation, 1998.
  3. //
  4. // pch.cpp
  5. //
  6. // Precompiled header file.
  7. //
  8. ///////////////////////////////////////////////////////////////////////////////
  9. #include <stdlib.h>
  10. #include <stdio.h>
  11. #include <stdarg.h>
  12. #include <windows.h>
  13. #include <ddraw.h>
  14. #include <ddrawi.h>
  15. #include <d3d.h>
  16. #include <d3dhal.h>
  17. #include "halprov.h"
  18. #pragma warning( disable: 4056) // fp constant
  19. #pragma warning( disable: 4244) // fp DOUBLE->FLOAT
  20. #include "refrast.hpp" // public interfaces
  21. #include "EdgeFunc.hpp" // edge function processing
  22. #include "AttrFunc.hpp" // attribute function processing
  23. #include "refrasti.hpp" // private interfaces
  24. #include "refif.hpp"
  25. ///////////////////////////////////////////////////////////////////////////////
  26. // end