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.

47 lines
1.1 KiB

  1. #include "..\Runtime\Runtime.hpp"
  2. #include "..\Common\Common.hpp"
  3. #include "..\..\privinc\imaging.h"
  4. #include "codecmgr.hpp"
  5. #include "imgutils.hpp"
  6. //#include "..\..\sdkinc\GdiplusFontFamily.h"
  7. #include "..\..\ddkinc\ddiplus.hpp"
  8. // Hack
  9. #include "..\Render\scan.hpp"
  10. #include "..\Render\scandib.hpp"
  11. // EndHack
  12. #include "initialize.hpp"
  13. #include "Object.hpp"
  14. #include "DpRegion.hpp"
  15. #include "region.hpp"
  16. #include "intmap.hpp"
  17. #include "..\fondrv\tt\ttfd\fontddi.h"
  18. #include "fontFace.hpp"
  19. #include "family.hpp"
  20. #include "font.hpp"
  21. #include "stringFormat.hpp"
  22. #include "fontable.hpp"
  23. #include "fontlinking.hpp"
  24. #include "..\fondrv\tt\ttfd\mapfile.h"
  25. #include "fontfile.hpp"
  26. #include "fontcollection.hpp"
  27. #include "path.hpp"
  28. #include "ImageAttr.hpp"
  29. #include "gpbitmap.hpp"
  30. #include "brush.hpp"
  31. #include "CustomLineCap.hpp"
  32. #include "pen.hpp"
  33. #include "Metafile.hpp"
  34. #include "DrawGlyphData.hpp"
  35. #include "device.hpp"
  36. #include "graphics.hpp"
  37. #include "QuadTransforms.hpp"
  38. #include "CachedBitmap.hpp"
  39. #include "..\common\monitors.hpp"
  40. #include "..\common\testcontrol.hpp"
  41. #include "..\render\httables.hpp"