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.

52 lines
1.2 KiB

  1. #ifdef _M_IX86
  2. #pragma warning(disable:4799) // No EMMS.
  3. #endif
  4. #include "..\Runtime\Runtime.hpp"
  5. #include "..\Common\Common.hpp"
  6. #include "..\..\sdkinc\gdiplusimaging.h"
  7. #include "..\..\ddkinc\ddiplus.hpp"
  8. #include "..\..\privinc\pixelformats.h"
  9. #include "scan.hpp"
  10. #include "scandib.hpp"
  11. // Hack:
  12. #include "..\..\privinc\imaging.h"
  13. #include "..\imaging\api\ImgUtils.hpp"
  14. #include "..\imaging\api\colorpal.hpp"
  15. #include "..\Entry\device.hpp"
  16. #include "..\Entry\ImageAttr.hpp"
  17. #include "..\Entry\gpbitmap.hpp"
  18. #include "..\Entry\brush.hpp"
  19. #include "..\Entry\pen.hpp"
  20. #include "..\Entry\QuadTransforms.hpp"
  21. #include "..\Entry\geometry.hpp"
  22. // EndHack
  23. #include "ScanOperationInternal.hpp"
  24. #include "srgb.hpp"
  25. #include "vgahash.hpp"
  26. #include "formatconverter.hpp"
  27. #include "alphablender.hpp"
  28. #include "httables.hpp"
  29. #include "output.hpp"
  30. #include "bicubic.hpp"
  31. #include "nearestneighbor.hpp"
  32. #include "aarasterizer.hpp"
  33. #include "line.hpp"
  34. #include "stretch.hpp"
  35. // Hack:
  36. // font stuff
  37. #define _NO_DDRAWINT_NO_COM
  38. #include "..\fondrv\tt\ttfd\fontddi.h"
  39. #include "..\Entry\fontface.hpp"
  40. #include "..\Entry\facerealization.hpp"
  41. #include "..\Entry\aatext.hpp"
  42. // EndHack