source: vendor/w32api/3.6/lib/directx/dxerr8.c

Last change on this file was 2720, checked in by bird, 19 years ago

w32api v3.6

File size: 491 bytes
Line 
1/*
2
3 dxerr8.c - DirectX 8 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 DXGetErrorString8A
14#define DXGetErrorDescription DXGetErrorDescription8A
15#define DXTrace DXTraceA
16#define DXERROR8(v,n,d) {v, n, d},
17#define DXERROR8LAST(v,n,d) {v, n, d}
18#include "dxerr.c"
Note: See TracBrowser for help on using the repository browser.