cskernel.def

来自「支持Windows 3.x、Windows 9x平台上的中文(GB、Big5)、」· DEF 代码 · 共 17 行

DEF
17
字号
LIBRARY   CSKERNEL
EXETYPE   WINDOWS
;CODE      PRELOAD MOVEABLE DISCARDABLE
CODE      PRELOAD FIXED
DATA      PRELOAD MOVEABLE SINGLE
HEAPSIZE  1024
EXPORTS
          WEP PRIVATE
; To implement your own Windows Exit Procedure add the following
; function to your application (referring to it in the .def file is
; not required.)  The extern "C" is only required if module is C++.
; extern "C" int FAR PASCAL _WEP(int)
; {
;       /* Your WEP functionality goes here */
;  return 1;
; }

⌨️ 快捷键说明

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