33#if OSL_DEBUG_LEVEL > 0
34# define D3D_DEBUG_INFO
43#define max(a,b) (((a) > (b)) ? (a) : (b))
46#define min(a,b) (((a) < (b)) ? (a) : (b))
65#include <systools/win32/comtools.hxx>
IDirect3DSurface9 surface_type
std::shared_ptr< Gdiplus::Graphics > GraphicsSharedPtr
std::shared_ptr< Gdiplus::GraphicsPath > GraphicsPathSharedPtr
std::shared_ptr< Gdiplus::Bitmap > BitmapSharedPtr
std::shared_ptr< Gdiplus::Font > FontSharedPtr
std::shared_ptr< Gdiplus::TextureBrush > TextureBrushSharedPtr