#ifndef _GDIPTEST_H #define _GDIPTEST_H #include #include #include #include #include #include #include #include #include // not used #undef IStream #define IStream int #include using namespace Gdiplus; #include "resource.h" // needed for dynamic array support #include "debug.h" #include "runtime.hpp" #include "dynarrayimpl.hpp" #include "dynarray.hpp" #include "gdiputils.h" #include "gdipoutput.hpp" #include "gdipbrush.hpp" #include "gdippen.hpp" #include "gdipshape.hpp" #include "gdipclip.h" #include "gdipdraw.h" #endif // _GDIPTEST_H