bse.h
来自「这是DOS系统的源代码,汇编写的,值得看看,对开发操作系统的人员有价值」· C头文件 代码 · 共 35 行
H
35 行
/****************************** Module Header ******************************\
*
* Module Name: BSE.H
*
* This file includes the definitions necessary for writing Base OS/2 applications.
*
* This file is compatible with OS/2 version 1.0.
*
* Copyright (c) 1988 Microsoft Corporation
* Copyright (c) 1988 IBM Corporation
*
* ===========================================================================
*
* The following symbols are used in this file for conditional sections.
*
* INCL_BASE - ALL of OS/2 Base
* INCL_DOS - OS/2 DOS Kernel
* INCL_SUB - OS/2 VIO/KBD/MOU
* INCL_DOSERRORS - OS/2 Errors - only included if symbol defined
*
\***************************************************************************/
#define INCL_BASEINCLUDED
/* if INCL_BASE defined then define all the symbols */
#ifdef INCL_BASE
#define INCL_DOS
#define INCL_SUB
#define INCL_DOSERRORS
#endif /* INCL_BASE */
#include <bsedos.h> /* Base definitions */
#include <bsesub.h> /* VIO/KBD/MOU definitions */
#include <bseerr.h> /* Base error code definitions */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?