1.hdf

来自「HLPDK V10.0+ System Extension Library」· HDF 代码 · 共 30 行

HDF
30
字号
;******************************************************************************
;                                   hdklib                                    *
; this is the standard HDK 10.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                                 *
;******************************************************************************

.ifdef viewer
.include vwrlib.hdf
.endif

.ifdef rtfbased
.include rtflib.hdf
.endif

.ifdef os2
.include ipflib.hdf
.endif






⌨️ 快捷键说明

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