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

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

w32api v3.6

File size: 553 bytes
Line 
1/*
2
3 dxerr8w.c - DirectX 8 Wide Character 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 UNICODE
14#define _UNICODE
15#define DXGetErrorString DXGetErrorString8W
16#define DXGetErrorDescription DXGetErrorDescription8W
17#define DXTrace DXTraceW
18#define DXERROR8(v,n,d) {v, L##n, L##d},
19#define DXERROR8LAST(v,n,d) {v, L##n, L##d}
20#include "dxerr.c"
21
Note: See TracBrowser for help on using the repository browser.