📄 wiz16.def
字号:
;module-definition file for WiZip-- used by link.exe
NAME WiZ ; application's module name
DESCRIPTION 'Windows Info-ZIP 4.0 by Info-ZIP, Mike White 1996'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE' ; Generates error message if application
; is run without Windows
;CODE can be moved in memory and discarded/reloaded
CODE MOVEABLE PRELOAD
;DATA must be MULTIPLE if program can be invoked more than once
DATA MOVEABLE MULTIPLE PRELOAD
HEAPSIZE 24000 ; need heap for buffers
STACKSIZE 24000 ; need plenty of stack
; WiZip walks a fine line between keeping heap+stack
; and automatics under <64K and not. Change HEAPSIZE and STACKSIZE
; only if you have the time to experiment.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -