linecount.h

来自「一个统计文件大小和程序信息的插件程序(vc或vc.net下使用)」· C头文件 代码 · 共 36 行

H
36
字号
/***************************************************************************/
/* NOTE:                                                                   */
/* This document is copyright (c) by Oz Solomonovich, and is bound by the  */
/* MIT open source license (www.opensource.org/licenses/mit-license.html). */
/* See License.txt for more information.                                   */
/***************************************************************************/

// LineCount.h : main header file for the LINECOUNT DLL
//

#if !defined(AFX_LINECOUNT_H__04727E6B_B52C_11D3_BA83_0000861DFCE7__INCLUDED_)
#define AFX_LINECOUNT_H__04727E6B_B52C_11D3_BA83_0000861DFCE7__INCLUDED_

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// main symbols

#ifdef TARGET_VC6
#include "ObjModelVC6\addguid.h"
#include "ObjModelVC6\appguid.h"
#include "ObjModelVC6\bldguid.h"
#include "ObjModelVC6\textguid.h"
#include "ObjModelVC6\dbgguid.h"
#endif // TARGET_VC6

void OnAddinConnect();
void OnAddinDisconnect();


//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_LINECOUNT_H__04727E6B_B52C_11D3_BA83_0000861DFCE7__INCLUDED)

⌨️ 快捷键说明

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