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.

37 lines
699 B

  1. #ifndef _GDIPTEST_H
  2. #define _GDIPTEST_H
  3. #include <windows.h>
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. #include <winuser.h>
  7. #include <tchar.h>
  8. #include <math.h>
  9. #include <commdlg.h>
  10. #include <commctrl.h>
  11. #include <float.h>
  12. // not used
  13. #undef IStream
  14. #define IStream int
  15. #include <gdiplus.hpp>
  16. using namespace Gdiplus;
  17. #include "resource.h"
  18. // needed for dynamic array support
  19. #include "debug.h"
  20. #include "runtime.hpp"
  21. #include "dynarrayimpl.hpp"
  22. #include "dynarray.hpp"
  23. #include "gdiputils.h"
  24. #include "gdipoutput.hpp"
  25. #include "gdipbrush.hpp"
  26. #include "gdippen.hpp"
  27. #include "gdipshape.hpp"
  28. #include "gdipclip.h"
  29. #include "gdipdraw.h"
  30. #endif // _GDIPTEST_H