CSKERNEL.DEF
上传用户:zhang8947
上传日期:2007-01-08
资源大小:1910k
文件大小:0k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. LIBRARY   CSKERNEL
  2. EXETYPE   WINDOWS
  3. ;CODE      PRELOAD MOVEABLE DISCARDABLE
  4. CODE      PRELOAD FIXED
  5. DATA      PRELOAD MOVEABLE SINGLE
  6. HEAPSIZE  1024
  7. EXPORTS
  8.           WEP PRIVATE
  9. ; To implement your own Windows Exit Procedure add the following
  10. ; function to your application (referring to it in the .def file is
  11. ; not required.)  The extern "C" is only required if module is C++.
  12. ; extern "C" int FAR PASCAL _WEP(int)
  13. ; {
  14. ;       /* Your WEP functionality goes here */
  15. ;  return 1;
  16. ; }