stdafx.cpp

来自「基于Tapi 3.0的软电话源代码」· C++ 代码 · 共 17 行

CPP
17
字号
//-----------------------------------------------------------------------
//  Copyright (c) 2002 Avaya Global SME Solutions 
//-----------------------------------------------------------------------
//  Project name: TAPI 3 Test Harness
//  Module file : stdafx.cpp
//  Compiler    : Visual C++ 6.0
//-----------------------------------------------------------------------
//  Description : Source file that includes just the standard includes
//	Tapi3.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information
//-----------------------------------------------------------------------

#include "stdafx.h"



⌨️ 快捷键说明

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