dxerr9w.c
来自「开放源码的编译器open watcom 1.6.0版的源代码」· C语言 代码 · 共 22 行
C
22 行
/*
dxerr9w.c - DirectX 9 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 DXGetErrorString9W
#define DXGetErrorDescription DXGetErrorDescription9W
#define DXTrace DXTraceW
#define DXERROR9(v,n,d) {v, L##n, L##d},
#define DXERROR9LAST(v,n,d) {v, L##n, L##d}
#include "dxerr.c"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?