home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / EDITOR / LXMIN2 / LPEXEXT.DEF < prev    next >
Text File  |  1995-05-16  |  2KB  |  42 lines

  1. ;*-----------------------------------------------------------------------*
  2. ;* DISCLAIMER OF WARRANTIES:                                             *
  3. ;*                                                                       *
  4. ;*   The following enclosed code is sample code created by IBM           *
  5. ;*   Corporation.  This sample code is not part of any standard IBM      *
  6. ;*   product and is provided to you solely for the purpose of assisting  *
  7. ;*   you in the development of your applications.  The code is provided  *
  8. ;*   "AS IS", without warranty of any kind.  IBM shall not be liable     *
  9. ;*   for any damages arising out of your use of the sample code, even    *
  10. ;*   if they have been advised of the possibility of such damages.       *
  11. ;*                                                                       *
  12. ;*-----------------------------------------------------------------------*
  13. ;************************************************************
  14. ;                                                           *
  15. ;  LPEXEXT.DEF - Module definition file for LPEX new API    *
  16. ;                external command Dynamic Link Libraries.   *
  17. ;                                                           *
  18. ;  Note: if your external command DLL has an LpexExit()     *
  19. ;  function, you must add  LpexExit  to the EXPORTS list    *
  20. ;  (you may remove the comment-out ";" preceding it) below. *
  21. ;                                                           *
  22. ;************************************************************
  23. ;                                                           *
  24. ;          Copyright IBM Corporation 1989, 1994             *
  25. ;                                                           *
  26. ;************************************************************
  27.  
  28. LIBRARY
  29.  
  30. DESCRIPTION 'IBM(R) LPEX Editor for OS/2(R) Version 01.01.00 (C) Copyright IBM Corporation 1992, 1995 - Licensed Material - Program-Property of IBM - All Rights Reserved.'
  31.  
  32. DATA MULTIPLE NONSHARED
  33. PROTMODE
  34.  
  35. EXPORTS
  36.   LpexEntry
  37. ; LpexExit
  38.  
  39. IMPORTS
  40.   EVFXMAIN.lexgetm
  41.   EVFXMAIN.lpxgetm
  42.