dxerr8w.c

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

C
22
字号
/*

	dxerr8w.c - DirectX 8 Wide Character 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 UNICODE
#define _UNICODE
#define DXGetErrorString	DXGetErrorString8W
#define DXGetErrorDescription	DXGetErrorDescription8W
#define DXTrace	DXTraceW
#define DXERROR8(v,n,d) {v, L##n, L##d},
#define DXERROR8LAST(v,n,d) {v, L##n, L##d}
#include "dxerr.c"

⌨️ 快捷键说明

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