OSDN Git Service

207bd884b30b17cd29ae4bcecbd7cd99bf04c72d
[mingw/mingw-org-wsl.git] / w32api / lib / directx / dxerr8w.c
1 /*
2
3         dxerr8w.c - DirectX 8 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        DXGetErrorString8W
16 #define DXGetErrorDescription   DXGetErrorDescription8W
17 #define DXTrace DXTraceW
18 #define DXERROR8(v,n,d) {v, L##n, L##d},
19 #define DXERROR8LAST(v,n,d) {v, L##n, L##d}
20 #include "dxerr.c"
21