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.

39 lines
812 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 <limits.h>
  13. #include <ddrawpr.h> // This must be included before windows.h to prevent name collisions
  14. #include <windows.h>
  15. #include <ddrawp.h>
  16. #include <ddrawi.h>
  17. #include <d3dp.h>
  18. #include <d3di.hpp>
  19. #include <haldrv.hpp>
  20. #include <dpf.h>
  21. #include <rast.h>
  22. #include "lists.h"
  23. #include "cmap.h"
  24. #include "colall.h"
  25. #include "rgbmap.h"
  26. #include "rampmap.h"
  27. #include "palette.h"
  28. #include "rampmat.hpp"
  29. #include "indcmap.h"
  30. #include "rampmisc.h"
  31. #include "rampif.h"