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

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

	dxerr8.c - DirectX 8 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	DXGetErrorString8A
#define DXGetErrorDescription	DXGetErrorDescription8A
#define DXTrace	DXTraceA
#define DXERROR8(v,n,d) {v, n, d},
#define DXERROR8LAST(v,n,d) {v, n, d}
#include "dxerr.c"