windows_exceptions.hpp

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

HPP
10
字号
/** \file winstl/windows_exceptions.hpp Redirects inclusion to winstl_exceptions.h. This will be changed in a subsequent release, such that this file will contain the component definitions, and winstl_exceptions.h will contain redirect */
#ifndef WINSTL_INCL_WINSTL_HPP_WINDOWS_EXCEPTIONS
#define WINSTL_INCL_WINSTL_HPP_WINDOWS_EXCEPTIONS

#ifndef WINSTL_INCL_H_WINSTL_EXCEPTIONS
# include <winstl_exceptions.h>
#endif /* !WINSTL_INCL_H_WINSTL_EXCEPTIONS */

#endif /* !WINSTL_INCL_WINSTL_HPP_WINDOWS_EXCEPTIONS */

⌨️ 快捷键说明

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