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.

73 lines
1.7 KiB

  1. /**************************************************************************\
  2. *
  3. * Copyright (c) 1998-2001, Microsoft Corp. All Rights Reserved.
  4. *
  5. * Module Name:
  6. *
  7. * Gdiplus.h
  8. *
  9. * Abstract:
  10. *
  11. * GDI+ public header file
  12. *
  13. \**************************************************************************/
  14. #ifndef _GDIPLUS_H
  15. #define _GDIPLUS_H
  16. struct IDirectDrawSurface7;
  17. typedef signed short INT16;
  18. typedef unsigned short UINT16;
  19. #include <pshpack8.h> // set structure packing to 8
  20. namespace Gdiplus
  21. {
  22. namespace DllExports
  23. {
  24. #include "GdiplusMem.h"
  25. };
  26. #include "GdiplusBase.h"
  27. #include "GdiplusEnums.h"
  28. #include "GdiplusTypes.h"
  29. #include "GdiplusInit.h"
  30. #include "GdiplusPixelFormats.h"
  31. #include "GdiplusColor.h"
  32. #include "GdiplusMetaHeader.h"
  33. #include "GdiplusImaging.h"
  34. #include "GdiplusColorMatrix.h"
  35. #include "GdiplusGpStubs.h"
  36. #include "GdiplusHeaders.h"
  37. namespace DllExports
  38. {
  39. #include "GdiplusFlat.h"
  40. };
  41. #include "GdiplusImageAttributes.h"
  42. #include "GdiplusMatrix.h"
  43. #include "GdiplusBrush.h"
  44. #include "GdiplusPen.h"
  45. #include "GdiplusStringFormat.h"
  46. #include "GdiplusPath.h"
  47. #include "GdiplusLineCaps.h"
  48. #include "GdiplusMetafile.h"
  49. #include "GdiplusGraphics.h"
  50. #include "GdiplusCachedBitmap.h"
  51. #include "GdiplusRegion.h"
  52. #include "GdiplusFontCollection.h"
  53. #include "GdiplusFontFamily.h"
  54. #include "GdiplusFont.h"
  55. #include "GdiplusBitmap.h"
  56. #include "GdiplusImageCodec.h"
  57. }; // namespace Gdiplus
  58. #include <poppack.h> // pop structure packing back to previous state
  59. #endif // !_GDIPLUS_HPP