stdafx.cpp
来自「完整的基于Conxant平台的USB电视棒的WIN驱动程序。」· C++ 代码 · 共 34 行
CPP
34 行
/*+++ *******************************************************************\
*
* Copyright and Disclaimer:
*
* ---------------------------------------------------------------
* This software is provided "AS IS" without warranty of any kind,
* either expressed or implied, including but not limited to the
* implied warranties of noninfringement, merchantability and/or
* fitness for a particular purpose.
* ---------------------------------------------------------------
*
* Copyright (c) 2004 Conexant Systems, Inc.
* All rights reserved.
*
\******************************************************************* ---*/
// stdafx.cpp : source file that includes just the standard includes
// stdafx.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
//Note: Warning 4996 is for deprecated functions. There is a deprecated
// function in use in StrAlign.h when compiling for a 64-bit target. This
// ignores the warning.
#pragma warning(disable : 4996)
#include "stdafx.h"
#pragma warning(default : 4996)
#ifdef _ATL_STATIC_REGISTRY
#include <statreg.h>
//#include <statreg.cpp>
#endif
//#include <atlimpl.cpp>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?