idea.def

来自「IDEA算法」· DEF 代码 · 共 19 行

DEF
19
字号
LIBRARY    idea
;EXETYPE   WINDOWS
CODE      PRELOAD MOVEABLE DISCARDABLE
DATA      PRELOAD SINGLE
;HEAPSIZE  1024
 
EXPORTS  
		  enideaFile
          deideaFile
		  enideaString
		  deideaString
 ; 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 + -
显示快捷键?