📄 ex25c.def
字号:
; ex25c.def : Declares the module parameters for EX25C.DLL
;
LIBRARY EX25C
DESCRIPTION 'Ole Automation in a DLL'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 1024
SEGMENTS
WEP_TEXT FIXED PRELOAD
EXPORTS
WEP @1 RESIDENTNAME ;; required WEP entry point (uses library WEP routine)
; add these to support OLE 2
DllGetClassObject
DllCanUnloadNow
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -