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.

24 lines
658 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 <d3d.h>
  14. #include <d3dhal.h>
  15. #pragma warning( disable: 4056) // fp constant
  16. #pragma warning( disable: 4244) // fp DOUBLE->FLOAT
  17. #include "refrast.hpp" // public interfaces
  18. #include "clipping.hpp"
  19. ///////////////////////////////////////////////////////////////////////////////
  20. // end