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
1.1 KiB

  1. #include "..\Runtime\runtime.hpp"
  2. #include "common.hpp"
  3. #include "..\..\privinc\imaging.h"
  4. #include "..\..\ddkinc\ddiplus.hpp"
  5. #include "..\render\Scan.hpp"
  6. #include "..\render\scandib.hpp"
  7. // Hack: These dependencies on 'Entry' should be fixed
  8. #include "..\Entry\device.hpp"
  9. #include "..\Entry\ImageAttr.hpp"
  10. #include "..\Entry\gpbitmap.hpp"
  11. #include "..\Entry\brush.hpp"
  12. #include "..\Entry\pen.hpp"
  13. #include "..\Entry\intmap.hpp"
  14. #include "..\fondrv\tt\ttfd\fontddi.h"
  15. #include "..\Entry\fontFace.hpp"
  16. #include "..\Entry\facerealization.hpp"
  17. #include "..\Entry\family.hpp"
  18. #include "..\Entry\font.hpp"
  19. #include "..\Entry\fontcollection.hpp"
  20. #include "..\Entry\stringFormat.hpp"
  21. #include "..\Entry\path.hpp"
  22. #include "..\Entry\metafile.hpp"
  23. #include "..\Entry\path.hpp"
  24. #include "..\Entry\DrawGlyphData.hpp"
  25. #include "..\Entry\graphics.hpp"
  26. #include "..\Entry\textImager.hpp"
  27. // EndHack
  28. #include "DpDriverInternal.hpp"
  29. #include "DpDriverData.hpp"
  30. #include "..\imaging\api\ColorPal.hpp"
  31. #include "..\imaging\api\ImgUtils.hpp"
  32. #include "..\Pdrivers\ConvertToGdi.hpp"