dxerr8.c

来自「开放源码的编译器open watcom 1.6.0版的源代码」· C语言 代码 · 共 19 行

C
19
字号
/*

	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"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?