cstring_veneer.hpp

来自「用STL的方式封装了WindowsAPI、COM调用、ACE、ATL、MFC、W」· HPP 代码 · 共 29 行

HPP
29
字号
/** \file mfcstl/cstring_veneer.hpp Redirects inclusion to mfcstl_cstring_veneer.h. This will be changed in a subsequent release, such that this file will contain the component definitions, and mfcstl_cstring_veneer.h will contain redirect */
#ifndef MFCSTL_INCL_MFCSTL_HPP_CSTRING_VENEER
#define MFCSTL_INCL_MFCSTL_HPP_CSTRING_VENEER

/* /////////////////////////////////////////////////////////////////////////
 * Compatibility
 */

/*
[Incompatibilies-start]
STLSOFT_COMPILER_IS_MSVC: _MSC_VER<1200
[Incompatibilies-end]
 */

/*
[<[STLSOFT-AUTO:OBSOLETE]>]
[<[STLSOFT-AUTO:NO-UNITTEST]>]
*/

/* /////////////////////////////////////////////////////////////////////////
 * Includes
 */

#ifndef MFCSTL_INCL_H_MFCSTL_CSTRING_VENEER
# include <mfcstl_cstring_veneer.h>
#endif /* !MFCSTL_INCL_H_MFCSTL_CSTRING_VENEER */

#endif /* !MFCSTL_INCL_MFCSTL_HPP_CSTRING_VENEER */

⌨️ 快捷键说明

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