impress181: #i107614#: fixed build error, dxerr9.h has been renamed to dxerr.h in the latest DirectX SDK from August 2009

This commit is contained in:
sj 2009-12-11 12:22:43 +01:00
parent 6c1aa68d76
commit d5a8b4a9cf

View File

@ -89,7 +89,7 @@
#include <d3d9.h>
#include <d3dx9.h>
#include <dxerr9.h>
// #include <dxerr9.h> #i107614# removing include, it has been changed in the latest sdk fron August2009 from dxerr9.h into dxerr.h
typedef IDirect3DSurface9 surface_type;
@ -97,11 +97,11 @@
#undef DrawText
#ifdef __MINGW32__
using ::std::max;
using ::std::min;
#endif
#ifdef __MINGW32__
using ::std::max;
using ::std::min;
#endif
#include <gdiplus.h>
#ifdef min