master
 1/*
 2
 3	dxerr9w.c - DirectX 9 Wide Character Error Functions
 4
 5	Written by Filip Navara <xnavara@volny.cz>
 6
 7	This library is distributed in the hope that it will be useful,
 8	but WITHOUT ANY WARRANTY; without even the implied warranty of
 9	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11*/
12
13#define UNICODE
14#define _UNICODE
15#define DXGetErrorString	DXGetErrorString9W
16#define DXGetErrorDescription	DXGetErrorDescription9W
17#define DXTrace	DXTraceW
18#define DXERROR9(v,n,d) {v, L##n, L##d},
19#define DXERROR9LAST(v,n,d) {v, L##n, L##d}
20#include "dxerr.c"
21