source: vendor/w32api/current/lib/directx/dxerr9w.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 dxerr9w.c - DirectX 9 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 DXGetErrorString9W
16#define DXGetErrorDescription DXGetErrorDescription9W
17#define DXTrace DXTraceW
18#define DXERROR9(v,n,d) {v, L##n, L##d},
19#define DXERROR9LAST(v,n,d) {v, L##n, L##d}
20#include "dxerr.c"
21
Note: See TracBrowser for help on using the repository browser.