Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dxerr9.c « directx « lib « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af2d859e03b3241a6dbfdbc7c78c7fd55e008003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*

	dxerr9.c - DirectX 9 Error Functions

	Written by Filip Navara <xnavara@volny.cz>

	This library is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

*/

#define DXGetErrorString	DXGetErrorString9A
#define DXGetErrorDescription	DXGetErrorDescription9A
#define DXTrace	DXTraceA
#define DXERROR9(v,n,d) {v, n, d},
#define DXERROR9LAST(v,n,d) {v, n, d}
#include "dxerr.c"