source: vendor/w32api/3.6/lib/directx/dxerr9.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 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"
Note: See TracBrowser for help on using the repository browser.