os2.h
来自「[随书类]Dos6.0源代码」· C头文件 代码 · 共 29 行
H
29 行
/****************************** Module Header ******************************\
*
* Module Name: OS2.H
*
* This is the top level include file that includes all the files necessary
* for writing an OS/2 application.
*
* This file is compatible with OS/2 version 1.0.
*
* Copyright (c) 1988 Microsoft Corporation
* Copyright (c) 1988 IBM Corporation
*
\***************************************************************************/
#define OS2_INCLUDED
/* Common definitions */
#include "os2def.h"
/* OS/2 Base Include File */
#include "bse.h"
/* OS/2 Presentation Manager Include File */
/* pm.h is for future versions of OS/2, not needed for v. 1.0 */
/* #include "pm.h" */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?