windll32.def

来自「给出了 zip 压缩算法的完整实现过程。」· DEF 代码 · 共 16 行

DEF
16
字号
;module-definition file for Windows Zip DLL -- used by link.exeLIBRARY ZIP32 ; Library module nameDESCRIPTION 'Windows Info-ZIP Zip DLL 1.01 by Info-ZIP, Mike White 1997';CODE  PRELOAD FIXED;DATA  PRELOAD MOVEABLEEXPORTS     ZpArchive     ZpVersion     ZpInit     ZpSetOptions     ZpGetOptions

⌨️ 快捷键说明

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