home *** CD-ROM | disk | FTP | other *** search
/ Visual Home / Visual_Home_Books_That_Work_1996.iso / dll / chkwin32.def < prev    next >
Text File  |  1995-05-22  |  477b  |  16 lines

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