error.cpp

来自「一个类似windows」· C++ 代码 · 共 17 行

CPP
17
字号
/*
 * COPYRIGHT:   See COPYING in the top level directory
 * PROJECT:     ReactOS HTTP Daemon
 * FILE:        error.cpp
 * PURPOSE:     Error reporting
 * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
 * REVISIONS:
 *   CSH  01/09/2000 Created
 */
#include <error.h>
#include <stdio.h>

void ReportErrorStr(LPTSTR lpsText)
{
    wprintf((wchar_t*)lpsText);
}

⌨️ 快捷键说明

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