Re: Add dxerr.h

2011-11-10 Thread Daniel Scharrer
Hi, On Thu, Nov 10, 2011 at 13:29, Henri Verbeet wrote: > On 10 November 2011 02:27, Daniel Scharrer wrote: >> +#include >> + >> +#define DXGetErrorStringA DXGetErrorString9A >> +#define DXGetErrorStringW DXGetErrorString9W >> +#define DXGetErrorString WINELIB_NAME_AW(DXGetErrorString) >> + >>

Re: Add dxerr.h

2011-11-10 Thread Henri Verbeet
On 10 November 2011 02:27, Daniel Scharrer wrote: > +#include > + > +#define DXGetErrorStringA DXGetErrorString9A > +#define DXGetErrorStringW DXGetErrorString9W > +#define DXGetErrorString WINELIB_NAME_AW(DXGetErrorString) > + > +#define DXGetErrorDescriptionA DXGetErrorDescription9A > +#define