hdklib.hdf

来自「HLPDK System Library Documentation」· HDF 代码 · 共 35 行

HDF
35
字号
;******************************************************************************
;                                   hdklib                                    *
; this is the standard HDK 11.0+ "system" extention library, this library     *
; adds functionality to HDK by adding target "specific" userlink template     *
; extentions that can simplify help development.                              *
;                                                                             *
; The library is built from the following components :                        *
;                                                                             *
; 1. VWRLIB - Multimedia Viewer Specific support                              *
; 2. RTFLIB - RTF Targets common text support                                 *
; 3. IPFLIB - IPF OS/2 Specific Extention support                             *
; 4. WWWLIB - HTML Target support                                             *
;******************************************************************************

.ifdef viewer
.include vwrlib.hdf
.endif

.ifdef rtfbased
.include rtflib.hdf
.endif

.ifdef os2
.include ipflib.hdf
.endif

.ifdef www
.include wwwlib.ipf
.endif





⌨️ 快捷键说明

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