master
1/*
2
3 dxerr9.c - DirectX 9 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 DXGetErrorString DXGetErrorString9A
14#define DXGetErrorDescription DXGetErrorDescription9A
15#define DXTrace DXTraceA
16#define DXERROR9(v,n,d) {v, n, d},
17#define DXERROR9LAST(v,n,d) {v, n, d}
18#include "dxerr.c"