testrunnerapp.h

来自「这是国外的resip协议栈」· C头文件 代码 · 共 20 行

H
20
字号
// TestRunner.h : main header file for the TESTRUNNER application//#if !defined(AFX_TESTRUNNER_H)#define AFX_TESTRUNNER_H#if _MSC_VER >= 1000#pragma once#endif // _MSC_VER >= 1000#ifndef __AFXWIN_H__    #error include 'stdafx.h' before including this file for PCH#endif// Handle to the instance to retreive module resource.extern HINSTANCE g_testRunnerResource;#endif // !defined(AFX_TESTRUNNER_H)

⌨️ 快捷键说明

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